r351316 - Reapply [Tooling] Make clang-tool find libc++ dir on mac when running on a file without compilation database.
Jeremy Morse via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 16 06:15:48 PST 2019
Hi Sam,
Unfortunately this trips up a variety of buildbots:
http://lab.llvm.org:8011/builders/clang-hexagon-elf/builds/22376
http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/15053
http://lab.llvm.org:8011/builders/clang-hexagon-elf/builds/22376
http://lab.llvm.org:8011/builders/clang-x64-windows-msvc/builds/3401
http://lab.llvm.org:8011/builders/lldb-amd64-ninja-netbsd8/builds/18177
http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/builds/22919
For the Windows machines at least, I don't believe lit can cope with
replicating shell subprocesses and thus the use of $(which...). (I could be
wrong there, but it matches up with the error messages).
"clang-check-mac-libcxx-fixed-compilation-db.cpp" sounds like it's
mac-specific, maybe only "REQUIRES: system-darwin" is needed?
--
Thanks,
Jeremy
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190116/2b334428/attachment.html>
More information about the cfe-commits
mailing list