[libcxx-commits] [PATCH] D97167: [libcxx] [test] Don't pass INCLUDE to clang via -isystem
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 24 01:20:58 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG90232b2ecd72: [libcxx] [test] Don't pass INCLUDE to clang via -isystem (authored by mstorsjo).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97167/new/
https://reviews.llvm.org/D97167
Files:
libcxx/utils/libcxx/test/config.py
Index: libcxx/utils/libcxx/test/config.py
===================================================================
--- libcxx/utils/libcxx/test/config.py
+++ libcxx/utils/libcxx/test/config.py
@@ -204,7 +204,7 @@
assert self.cxx_is_clang_cl
flags = []
- compile_flags = _prefixed_env_list('INCLUDE', '-isystem')
+ compile_flags = []
link_flags = _prefixed_env_list('LIB', '-L')
for path in _split_env_var('LIB'):
self.add_path(self.exec_env, path)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97167.326013.patch
Type: text/x-patch
Size: 508 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210224/b8ab8302/attachment-0001.bin>
More information about the libcxx-commits
mailing list