File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010! DEFAULT_TRIPLE: {{^}}Selected GCC installation:
1111! DEFAULT_TRIPLE: fedora_39_tree/usr/lib/gcc/x86_64-linux-gnu/13
1212
13- ! RUN: %flang -v --sysroot=%S/Inputs/fedora_39_tree --gcc-triple=x86_64-redhat-linux 2>&1 | FileCheck %s --check-prefix=TRIPLE_EXISTS
13+ ! RUN: %flang --target=x86_64-redhat-linux-gnu - v --sysroot=%S/Inputs/fedora_39_tree --gcc-triple=x86_64-redhat-linux 2>&1 | FileCheck %s --check-prefix=TRIPLE_EXISTS
1414! TRIPLE_EXISTS: {{^}}Selected GCC installation:
1515! TRIPLE_EXISTS: fedora_39_tree/usr/lib/gcc/x86_64-redhat-linux/13
1616
17- ! RUN: %flang -v --sysroot=%S/Inputs/fedora_39_tree --gcc-triple=x86_64-foo-linux 2>&1 | FileCheck %s --check-prefix=TRIPLE_DOES_NOT_EXISTS
18- ! TRIPLE_DOES_NOT_EXISTS-NOT: x86_64-foo-linux
17+ ! RUN: %flang --target=x86_64-redhat-linux-gnu - v --sysroot=%S/Inputs/fedora_39_tree --gcc-triple=x86_64-foo-linux 2>&1 | FileCheck %s --check-prefix=TRIPLE_DOES_NOT_EXISTS
18+ ! TRIPLE_DOES_NOT_EXISTS-NOT: x86_64-foo-linux
You can’t perform that action at this time.
0 commit comments