[clang] [Driver] Add the --gcc-triple option (PR #73214)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 1 21:39:30 PST 2023


================
@@ -0,0 +1,8 @@
+// UNSUPPORTED: system-windows
+//
+// RUN: %clang --target=x86_64-redhat-linux-gnu \
+// RUN: --sysroot=%S/Inputs/fedora_39_tree --gcc-triple=x86_64-redhat-linux -v 2>&1 | \
----------------
MaskRay wrote:

Indent continuation lines.

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


More information about the cfe-commits mailing list