[clang] [clang] Add fbasic-block-sections support for AArch64 (PR #80916)

Daniel Hoekwater via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 7 03:17:42 PST 2024


================
@@ -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


More information about the cfe-commits mailing list