[all-commits] [llvm/llvm-project] 1fda6f: [llvm-driver] Add lld
Alex Brachet via All-commits
all-commits at lists.llvm.org
Thu Oct 13 12:24:54 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1fda6f6859aac37d859fd021a556e99905528476
https://github.com/llvm/llvm-project/commit/1fda6f6859aac37d859fd021a556e99905528476
Author: Alex Brachet <abrachet at google.com>
Date: 2022-10-13 (Thu, 13 Oct 2022)
Changed paths:
M lld/tools/lld/CMakeLists.txt
M lld/tools/lld/lld.cpp
A llvm/test/tools/llvm-driver/lit.local.cfg
A llvm/test/tools/llvm-driver/passthrough-lld.test
M llvm/tools/llvm-driver/llvm-driver.cpp
M utils/bazel/llvm-project-overlay/lld/BUILD.bazel
Log Message:
-----------
[llvm-driver] Add lld
The llvm-driver, enabled with LLVM_TOOL_LLVM_DRIVER_BUILD combines many llvm executables
into one to save overall toolchain size. This patch adds the capability for lld to be part of the
llvm-driver.
Differential Revision: https://reviews.llvm.org/D127472
More information about the All-commits
mailing list