================
@@ -5972,6 +5972,15 @@ void Clang::ConstructJob(Compilation &C, const JobAction 
&JA,
             << A->getAsString(Args) << A->getValue();
       else
         A->render(Args, CmdArgs);
+    } else if (Triple.isAArch64()) {
+      // "all" is not supported on AArch64 since branch relaxation creates new
----------------
dhoekwater wrote:

Yep, added! I got so caught up writing a comment that I forgot to actually do 
what I created this PR to do...

https://github.com/llvm/llvm-project/pull/80916
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to