[PATCH] D60332: [gn] Support for per-target runtime directory layout

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 5 17:29:59 PDT 2019


phosek marked an inline comment as done.
phosek added inline comments.


================
Comment at: llvm/utils/gn/secondary/clang/runtimes.gni:2
+import("//clang/resource_dir.gni")
+import("//llvm/triples.gni")
+
----------------
thakis wrote:
> Looks like nothing in clang uses this gni file. Will that happen in a future patch? If not, why is this in clang/?
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).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60332





More information about the llvm-commits mailing list