We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec6e73 commit 73e3d78Copy full SHA for 73e3d78
flang/test/Driver/gcc-triple.f90
@@ -2,7 +2,7 @@
2
3
!! Test that --gcc-triple option is working as expected.
4
5
-! RUN: %flang -v --sysroot=%S/Inputs/fedora_39_tree 2>&1 | FileCheck %s --dump-input=always --check-prefix=DEFAULT_TRIPLE
+! RUN: %flang --target=x86_64-linux-gnu -v --sysroot=%S/Inputs/fedora_39_tree 2>&1 | FileCheck %s --dump-input=always --check-prefix=DEFAULT_TRIPLE
6
! DEFAULT_TRIPLE: {{^}}Found candidate GCC installation:
7
! DEFAULT_TRIPLE: fedora_39_tree/usr/lib/gcc/x86_64-linux-gnu/13
8
0 commit comments