[PATCH] D135281: [llvm-driver] Add various tools to the llvm-driver

Alex Brachet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 5 22:19:19 PDT 2022


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


================
Comment at: llvm/utils/gn/secondary/llvm/tools/llvm-lipo/BUILD.gn:4
 import("//llvm/utils/gn/build/symlink_or_copy.gni")
+import("//llvm/utils/gn/build/driver_executable.gni")
 
----------------
thakis wrote:
> If it's not too much trouble, keep alphabetized (or run `llvm/utils/gn/get.py` followed by `llvm/utils/gn/gn.py format llvm/utils/gn/secondary/llvm/tools/*/BUILD.gn` to let gn do it for you).
Sure, done in commit


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135281



More information about the llvm-commits mailing list