mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-28 07:17:32 +00:00
lld (build with configur and make) Enable build
r210177 added Makefiles to the lld project. This revision enables the automatic build of lld when the sources are found in tools/lld. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210245 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -19,9 +19,9 @@ else
|
|||||||
OPTIONAL_PARALLEL_DIRS := clang
|
OPTIONAL_PARALLEL_DIRS := clang
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Build LLDB if present. Note LLDB must be built last as it depends on the
|
# Build LLD and LLDB if present. Note LLDB must be built last as it depends on
|
||||||
# wider LLVM infrastructure (including Clang).
|
# the wider LLVM infrastructure (including Clang).
|
||||||
OPTIONAL_DIRS := lldb
|
OPTIONAL_DIRS := lld lldb
|
||||||
|
|
||||||
# NOTE: The tools are organized into five groups of four consisting of one
|
# NOTE: The tools are organized into five groups of four consisting of one
|
||||||
# large and three small executables. This is done to minimize memory load
|
# large and three small executables. This is done to minimize memory load
|
||||||
|
Reference in New Issue
Block a user