This change also introduces the clang_enable_per_target_runtime_dir
to enable the use of per-target runtime directory layout which is the
equivalent of LLVM_ENABLE_PER_TARGET_RUNTIME_DIR CMake option.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/utils/gn/secondary/clang/runtimes.gni | ||
---|---|---|
2 ↗ | (On Diff #193931) | Looks like nothing in clang uses this gni file. Will that happen in a future patch? If not, why is this in clang/? |
llvm/utils/gn/secondary/clang/runtimes.gni | ||
---|---|---|
2 ↗ | (On Diff #193931) | Yes, this will be used by libunwind, libc++abi and libc++. We could move it to LLVM, but I need to use clang_resource_dir which would invert the dependency (I don't think LLVM should depend on anything in Clang). |
Comment Actions
Ok, lgtm. I think it's fine to land this; if pcc has comments they can be addressed post-commit.
Comment Actions
LGTM as well
llvm/utils/gn/secondary/clang/runtimes.gni | ||
---|---|---|
5 ↗ | (On Diff #193931) | I would probably either make this comment more descriptive or remove it. As it is, it's just repeating the name of the flag. |