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 715257e commit 33f19a6Copy full SHA for 33f19a6
clang/test/Driver/haiku.cpp
@@ -1,5 +1,5 @@
1
// Check the C++ header path (libstdc++)
2
-// RUN: %clangxx --target=x86_64-unknown-haiku -### %s 2>&1 \
+// RUN: %clangxx --target=x86_64-unknown-haiku --stdlib=libstdc++ -### %s 2>&1 \
3
// RUN: --sysroot=%S/Inputs/haiku_x86_64_tree \
4
// RUN: | FileCheck --check-prefix=CHECK-LIBSTDCXX-HEADER-PATH %s
5
// CHECK-LIBSTDCXX-HEADER-PATH: "-internal-isystem" "[[SYSROOT:[^"]+]]/boot/system/develop/headers/c++"
0 commit comments