[llvm] [RISCV] Move SiFive cdiscard.d.l1 and cflush.d.l1 to their own extensions. (PR #75420)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 13 18:19:15 PST 2023
================
@@ -774,6 +776,7 @@ For example, clang -march=rv32i_v1p0)";
outs().flush();
std::string CapturedOutput = testing::internal::GetCapturedStdout();
+ dbgs() << CapturedOutput << "\n";
----------------
topperc wrote:
I need to remove this
https://github.com/llvm/llvm-project/pull/75420
More information about the llvm-commits
mailing list