commit | 49a3cb4eeb2d89fd109e2e1371b35fa0fabfa197 | [log] [tgz] |
---|---|---|
author | Jesse Huang <jesse.huang@sifive.com> | Tue Sep 09 23:49:40 2025 +0900 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Sep 09 07:51:22 2025 -0700 |
tree | 2fda0482c64efb7532c42cf8f30e175d42155f75 | |
parent | 442cb30a02d3d353e98595c925bca98782f7a8c6 [diff] |
[Clang][RISCV] Loosen the requirement of -fcf-protection=return to zimop (#152252) Following https://github.com/llvm/llvm-project/pull/152251 We can now loosen the requirement of `-fcf-protection=return` from Zicfiss to Zimop GitOrigin-RevId: e91f3674198707531a6d97632a6bd8e446c67633
Welcome to Clang.
This is a compiler front-end for the C family of languages (C, C++ and Objective-C) which is built as part of the LLVM compiler infrastructure project.
Unlike many other compiler frontends, Clang is useful for a number of things beyond just compiling code: we intend for Clang to be host to a number of different source-level tools. One example of this is the Clang Static Analyzer.
If you're interested in more (including how to build Clang) it is best to read the relevant websites. Here are some pointers:
Information on Clang: http://clang.llvm.org/
Building and using Clang: http://clang.llvm.org/get_started.html
Clang Static Analyzer: http://clang-analyzer.llvm.org/
Information on the LLVM project: http://llvm.org/
If you have questions or comments about Clang, a great place to discuss them is on the Clang forums:
If you find a bug in Clang, please file it in the LLVM bug tracker: