The llvm-driver, enabled with LLVM_TOOL_LLVM_DRIVER_BUILD combines many llvm executables
into one to save overall toolchain size. This patch adds a few more llvm tools to the
llvm-driver.
Details
Details
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,090 ms | x64 debian > MLIR.Examples/standalone::test.toy |
Event Timeline
Comment Actions
Thanks for doing the GN part, too! I patched this in and verified that everything builds fine at least on macOS.
llvm/utils/gn/secondary/llvm/tools/llvm-lipo/BUILD.gn | ||
---|---|---|
4 | 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). |
llvm/utils/gn/secondary/llvm/tools/llvm-lipo/BUILD.gn | ||
---|---|---|
4 | Sure, done in commit |
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).