[PATCH] D159414: [Driver] Fixes for header / library paths on Haiku

Alex Brachet via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 9 20:25:36 PDT 2023


abrachet added inline comments.


================
Comment at: clang/test/Driver/haiku.cpp:2
+// Check the C++ header path (libstdc++)
+// RUN: %clang++ --target=x86_64-unknown-haiku -### %s 2>&1 \
+// RUN:   --sysroot=%S/Inputs/haiku_x86_64_tree \
----------------
This test is broken for people who configure with a different default `CLANG_DEFAULT_CXX_STDLIB`. I think this test should add `--stdlib=libstdc++`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D159414/new/

https://reviews.llvm.org/D159414



More information about the cfe-commits mailing list