[libcxx-commits] [PATCH] D120719: [runtimes] Always configure libc++abi before libc++

Chris Bieneman via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 4 14:44:07 PST 2022


beanz added a comment.

In D120719#3361149 <https://reviews.llvm.org/D120719#3361149>, @ldionne wrote:

> Do you know how I can create a target `libcxx-abi-shared` such that the `TARGET_LINKER_FILE` of `libcxx-abi-shared` is `$<TARGET_LINKER_FILE:cxxabi_shared>` even if `cxxabi_shared` doesn't exist yet?

I don’t understand why you need a target? What is the context you’re relying on that where a generator expression on cxxabi_shared isn’t sufficient?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120719



More information about the libcxx-commits mailing list