================
@@ -46,9 +46,9 @@
 // ARM64X: "-machine:arm64x"
 
 // RUN: not %clang --target=x86_64-linux-gnu -marm64x -### %s 2>&1 | FileCheck 
--check-prefix=HYBRID-ERR %s
-// HYBRID-ERR: error: unsupported option '-marm64x' for target 
'x86_64-linux-gnu'
+// HYBRID-ERR: error: unsupported option '-marm64x' for target 
'x86_64-unknown-linux-gnu'
----------------
mstorsjo wrote:

Why does this suddenly print the vendor field in the triple here?

https://github.com/llvm/llvm-project/pull/207612
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to