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

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 5 19:43:43 PDT 2019


pcc accepted this revision.
pcc added a comment.

LGTM as well



================
Comment at: llvm/utils/gn/secondary/clang/runtimes.gni:5
+declare_args() {
+  # Enable per-target runtimes directory.
+  clang_enable_per_target_runtime_dir = false
----------------
I would probably either make this comment more descriptive or remove it. As it is, it's just repeating the name of the flag.


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