================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits