[clang] [test][Driver][clang] Fix darwin-embedded-search-paths.c when CLANG_DEFAULT_CXX_STDLIB is libc++ (PR #122145)
Jon Roelofs via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 8 10:43:33 PST 2025
================
@@ -1,3 +1,4 @@
+// REQUIRES: default-cxx-stdlib=libstdc++
----------------
jroelofs wrote:
I think it's fine. I'm not sure `REQUIRES` has a `!=`
https://github.com/llvm/llvm-project/pull/122145
More information about the cfe-commits
mailing list