[clang] [llvm] Hurd: Add x86_64 support (PR #78065)
Samuel Thibault via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 14 17:27:13 PST 2024
================
@@ -2652,6 +2652,31 @@ void Generic_GCC::GCCInstallationDetector::AddDefaultGCCPrefixes(
return;
}
+ if (TargetTriple.isOSHurd()) {
+ static const char *const X86_64HurdTriples[] = {"x86_64-gnu"};
----------------
sthibaul wrote:
But then also `BiarchTripleAliases.push_back("x86_64-gnu");` ?
https://github.com/llvm/llvm-project/pull/78065
More information about the llvm-commits
mailing list