[PATCH] D135281: [llvm-driver] Add various tools to the llvm-driver
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 5 14:29:58 PDT 2022
thakis added a comment.
Thanks for doing the GN part, too! I patched this in and verified that everything builds fine at least on macOS.
================
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")
----------------
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).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135281/new/
https://reviews.llvm.org/D135281
More information about the llvm-commits
mailing list