[PATCH] D68407: [WIP][RISCV] Use compiler-rt if no GCC installation detected
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 11 13:43:43 PST 2019
MaskRay added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/RISCVToolchain.cpp:49
+ else
+ return ToolChain::RLT_CompilerRT;
+}
----------------
Ternary operator?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68407/new/
https://reviews.llvm.org/D68407
More information about the cfe-commits
mailing list