Skip to content

Commit c184f27

Browse files
committed
Fixes for Haiku tests on Win32
1 parent b0068b5 commit c184f27

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

clang/test/Driver/haiku.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// UNSUPPORTED: system-windows
2+
13
// Check the C header paths
24
// RUN: %clang --target=x86_64-unknown-haiku -### %s 2>&1 \
35
// RUN: | FileCheck --check-prefix=CHECK-C-HEADER-PATH %s

clang/test/Driver/haiku.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// 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 \
33
// RUN: --sysroot=%S/Inputs/haiku_x86_64_tree \
44
// RUN: | FileCheck --check-prefix=CHECK-LIBSTDCXX-HEADER-PATH %s
55
// CHECK-LIBSTDCXX-HEADER-PATH: "-internal-isystem" "[[SYSROOT:[^"]+]]/boot/system/develop/headers/c++"
66

77
// 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 \
99
// RUN: --sysroot=%S/Inputs/haiku_x86_64_tree \
1010
// RUN: | FileCheck --check-prefix=CHECK-LIBCXX-HEADER-PATH %s
1111
// CHECK-LIBCXX-HEADER-PATH: "-internal-isystem" "[[SYSROOT:[^"]+]]/boot/system/develop/headers/c++/v1"

0 commit comments

Comments
 (0)