[libcxx-commits] [PATCH] D107799: [CMake] Enable LLVM_ENABLE_PER_TARGET_RUNTIME_DIR by default on Linux
Fangrui Song via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Aug 19 22:52:00 PDT 2022
MaskRay added a comment.
In D107799#3725086 <https://reviews.llvm.org/D107799#3725086>, @glandium wrote:
> @MaskRay This Dockerfile reproduces it with Debian testing: https://gist.github.com/glandium/6c130dee608f9585b425c4a40a084d27
Thanks for the instructions. This involves -DLLVM_ENABLE_RUNTIMES builds (which defaults to `LLVM_ENABLE_PER_TARGET_RUNTIME_DIR_default=on` on Linux long before this patch).
I have created https://github.com/llvm/llvm-project/issues/57259 to discuss the issue. I am unable to reproduce on my Debian testing machine (with many more files than your `Dockerfile`).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107799/new/
https://reviews.llvm.org/D107799
More information about the libcxx-commits
mailing list