[libcxx-commits] [PATCH] D69169: [libcxx] Force-cache LIBCXX_CXX_ABI_LIBRARY_PATH

Michał Górny via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jan 31 01:37:02 PST 2020


mgorny added a comment.

This change broke stand-alone builds. They now try to use libc++abi from the wrong directory, instead of system instance:

  clang-10: error: no such file or directory: '/home/mgorny/llvm-project/libcxx/build/lib64/libc++abi.a'


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69169





More information about the libcxx-commits mailing list