1
0
Fork 0

remove libc for win

there is no such target for clang "check-libc"
This commit is contained in:
Mikhail Goncharov 2021-09-29 14:43:48 +02:00
parent 6e2f418a2a
commit 53a2c6835b

View file

@ -49,7 +49,7 @@ if __name__ == '__main__':
# TODO: Make this project list be evaluated through "choose_projects"(? as now we define "all" and exclusions in
# two placess).
steps.extend(generic_windows(
os.getenv('ph_projects', 'llvm;clang;clang-tools-extra;libc;libcxx;lld;mlir;polly;flang')))
os.getenv('ph_projects', 'llvm;clang;clang-tools-extra;libcxx;lld;mlir;polly;flang')))
steps.extend(bazel([], force=True))
if os.getenv('ph_skip_generated') is None:
e = os.environ.copy()