[libcxx-commits] [PATCH] D144640: [libc++] Run modules_include.sh.cpp compiles in parallel
Vlad Vereschaka via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Feb 24 12:29:27 PST 2023
vvereschaka added a comment.
Hi @philnik,
here is a problem with the test during the remote runs on the windows cross builders. A lot of those messages because of broken path:
clang++: error: no such file or directory: 'C:buildbotas-builder-1x-armv7lllvm-projectlibcxxtestlibcxxmodules_include.sh.cpp'
clang++: error: no input files
...
- https://lab.llvm.org/buildbot/#/builders/60/builds/10870/steps/14/logs/FAIL__llvm-libc__-static_cfg_in__modules_include_s
- https://lab.llvm.org/buildbot/#/builders/119/builds/12143/steps/14/logs/FAIL__llvm-libc__-static_cfg_in__modules_include_s
This is the windows to arm-linux cross builders, which run the tests on the arm/aarch64 boards.
Would you fix that or revert the changes?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144640/new/
https://reviews.llvm.org/D144640
More information about the libcxx-commits
mailing list