chill added inline comments.

================
Comment at: clang/lib/CodeGen/TargetInfo.cpp:5550
+        auto &VMContext = CGM.getLLVMContext();
+        M->addModuleFlag(llvm::Module::Override, "sign-return-address",
+                         Scope == LangOptions::SignReturnAddressScopeKind::All
----------------
Wouldn't that cause the sanitiser functions to be also compiled with PAC/BTI?  
(re: D75181)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80791/new/

https://reviews.llvm.org/D80791

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to