[libcxx-commits] [PATCH] D108836: [libc++] Support -DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR=on in CI

Petr Hosek via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 30 11:06:06 PDT 2021


phosek added a comment.

@ldionne having to use two directories is not great from the usability perspective, but it is the most efficient solution because you can separate target-independent and target-specific headers and avoid any duplication. In practice, this should be handled by the compiler driver and so most developers shouldn't notice any difference, it's only the scripts and build systems that manage headers manually which should be uncommon.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108836



More information about the libcxx-commits mailing list