File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change
1
+ // UNSUPPORTED: system-windows
2
+
1
3
// Check the C header paths
2
4
// RUN: %clang --target=x86_64-unknown-haiku -### %s 2>&1 \
3
5
// RUN: | FileCheck --check-prefix=CHECK-C-HEADER-PATH %s
Original file line number Diff line number Diff line change 1
1
// Check the C++ header path (libstdc++)
2
- // RUN: %clang++ --target=x86_64-unknown-haiku -### %s 2>&1 \
2
+ // RUN: %clangxx --target=x86_64-unknown-haiku -### %s 2>&1 \
3
3
// RUN: --sysroot=%S/Inputs/haiku_x86_64_tree \
4
4
// RUN: | FileCheck --check-prefix=CHECK-LIBSTDCXX-HEADER-PATH %s
5
5
// CHECK-LIBSTDCXX-HEADER-PATH: "-internal-isystem" "[[SYSROOT:[^"]+]]/boot/system/develop/headers/c++"
6
6
7
7
// Check the C++ header path (when using libc++)
8
- // RUN: %clang++ --target=x86_64-unknown-haiku --stdlib=libc++ -### %s 2>&1 \
8
+ // RUN: %clangxx --target=x86_64-unknown-haiku --stdlib=libc++ -### %s 2>&1 \
9
9
// RUN: --sysroot=%S/Inputs/haiku_x86_64_tree \
10
10
// RUN: | FileCheck --check-prefix=CHECK-LIBCXX-HEADER-PATH %s
11
11
// CHECK-LIBCXX-HEADER-PATH: "-internal-isystem" "[[SYSROOT:[^"]+]]/boot/system/develop/headers/c++/v1"
You can’t perform that action at this time.
0 commit comments