File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
// A basic clang -cc1 command-line, and simple environment check.
2
2
3
- // RUN: %clang %s -### --target=riscv32 \
3
+ // RUN: %clang %s -### -no-canonical-prefixes - -target=riscv32 \
4
4
// RUN: --gcc-toolchain=%S/Inputs/basic_riscv32_tree 2>&1 \
5
5
// RUN: | FileCheck -check-prefix=CC1 %s
6
6
// CC1: clang{{.*}} "-cc1" "-triple" "riscv32"
Original file line number Diff line number Diff line change 1
1
// A basic clang -cc1 command-line, and simple environment check.
2
2
3
- // RUN: %clang %s -### --target=riscv64 \
3
+ // RUN: %clang %s -### -no-canonical-prefixes - -target=riscv64 \
4
4
// RUN: --gcc-toolchain=%S/Inputs/basic_riscv64_tree 2>&1 \
5
5
// RUN: | FileCheck -check-prefix=CC1 %s
6
6
// CC1: clang{{.*}} "-cc1" "-triple" "riscv64"
You can’t perform that action at this time.
0 commit comments