[llvm] [clang] Hurd: Add x86_64 support (PR #78065)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 14 17:18:40 PST 2024


================
@@ -2,8 +2,8 @@
 
 // RUN: %clang -### %s --target=i686-pc-hurd-gnu --sysroot=%S/Inputs/basic_hurd_tree \
 // RUN:   --stdlib=platform 2>&1 | FileCheck --check-prefix=CHECK %s
-// CHECK: "-cc1"
-// CHECK: "-isysroot" "[[SYSROOT:[^"]+]]"
+// CHECK:      "-cc1"
+// CHECK:      "-isysroot" "[[SYSROOT:[^"]+]]"
----------------
MaskRay wrote:

Use `-SAME`

https://github.com/llvm/llvm-project/pull/78065


More information about the cfe-commits mailing list