[clang] [llvm] [RISCV] Add Propeller support for RISC-V (PR #170992)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 7 19:09:32 PST 2025


================
@@ -6128,6 +6128,13 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA,
             << A->getAsString(Args) << A->getValue();
       else
         A->render(Args, CmdArgs);
+    } else if (Triple.isRISCV() && Triple.isOSBinFormatELF()) {
+      // Add RISC-V support for basic block sections
----------------
topperc wrote:

Is this a comment related to this code? Or a FIXME?

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


More information about the llvm-commits mailing list