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

via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 8 07:22:28 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
----------------
leidian977 wrote:

a comment

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


More information about the llvm-commits mailing list