[clang] [llvm] [llvm] Add triples for managarm (PR #87845)
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Mon May 27 15:01:15 PDT 2024
================
@@ -2562,7 +2566,10 @@ void Generic_GCC::GCCInstallationDetector::AddDefaultGCCPrefixes(
static const char *const RISCV64LibDirs[] = {"/lib64", "/lib"};
static const char *const RISCV64Triples[] = {"riscv64-unknown-linux-gnu",
"riscv64-linux-gnu",
- "riscv64-unknown-elf"};
+ "riscv64-unknown-elf",
----------------
MaskRay wrote:
L2449 has a comment that we should not add new elements.
The existing ones should be cleaned up as well.
https://github.com/llvm/llvm-project/pull/87845
More information about the cfe-commits
mailing list