[libcxx-commits] [PATCH] D89041: [libc++] Include <__config_site> from <__config>

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 22 16:17:49 PDT 2020


ldionne added a comment.

In D89041#2348597 <https://reviews.llvm.org/D89041#2348597>, @aeubanks wrote:

> Is the test-libc++abi error in http://lab.llvm.org:8011/#/builders/60/builds/202 related to this?
>
>   llvm-lit.py: c:\buildbot\as-builder-1\x-armv7l\build\runtimes\runtimes-bins\libcxxabi\test\lit.site.cfg:59: note: Using configuration variant: libcxxabi
>   llvm-lit.py: C:\buildbot\as-builder-1\x-armv7l\llvm-project\libcxx\utils\libcxx\test\target_info.py:194: note: inferred target_info as: 'libcxx.test.target_info.LinuxRemoteTI'
>   llvm-lit.py: C:\buildbot\as-builder-1\x-armv7l\llvm-project\libcxx\utils\libcxx\test\config.py:643: note: Setting target_triple to armv7-linux-gnueabihf
>   llvm-lit.py: C:\buildbot\as-builder-1\x-armv7l\llvm-project\libcxxabi\test\libcxxabi\test\config.py:67: fatal: cxx_headers='C:/buildbot/as-builder-1/x-armv7l/build/runtimes/runtimes-bins\include\c++\v1' is not a directory.

Yes, almost certainly. It's on my radar, but I'm not entirely sure how that build is setup, since it's hidden behind the runtimes build. I do suspect it's the same failure that @mstorsjo described above, since the runtimes build is effectively using a Standalone build for libc++abi.

@mstorsjo  Can you please confirm whether 529ac33197f6408952ae995075ac5e2dc5287e81 <https://reviews.llvm.org/rG529ac33197f6408952ae995075ac5e2dc5287e81> resolves your issues?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89041/new/

https://reviews.llvm.org/D89041



More information about the libcxx-commits mailing list