[clang] [llvm] [ARM][AArch64] BTI, GCS, PAC Module flag update. (PR #86212)

Daniel Kiss via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 1 07:46:30 PDT 2025


================
@@ -7070,6 +7070,8 @@ Error BitcodeReader::materializeModule() {
 
   UpgradeARCRuntime(*TheModule);
 
+  CopyModuleAttrToFunctions(*TheModule);
----------------
DanielKristofKiss wrote:

I quickly tried it but tests failed, didn't debug. why.

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


More information about the llvm-commits mailing list