[clang] [lld] [llvm] [RISCV] Support .note.gnu.property for enable Zicfiss and Zicfilp extension (PR #77414)

Yeting Kuo via cfe-commits cfe-commits at lists.llvm.org
Fri May 10 01:39:14 PDT 2024


================
@@ -188,6 +188,8 @@ struct Config {
   StringRef zBtiReport = "none";
   StringRef zCetReport = "none";
   StringRef zPauthReport = "none";
+  llvm::StringRef zZicfilpReport = "none";
----------------
yetingk wrote:

Use `StringRef` instead of `llvm::StringRef`.

https://github.com/llvm/llvm-project/pull/77414


More information about the cfe-commits mailing list