================
@@ -1485,6 +1485,16 @@ void CodeGenModule::Release() {
     if (LangOpts.PointerAuthELFGOT)
       getModule().addModuleFlag(llvm::Module::Error, "ptrauth-elf-got", 1);
 
+    if (T.isAArch64()) {
----------------
atrosinenko wrote:

Note: this condition is copied from #204226. It should be dropped in the final 
version (as I assume this PR to depend on #204226 anyway).

https://github.com/llvm/llvm-project/pull/193087
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to