mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-13 08:26:02 +00:00
Added building yaml2obj to the configure+make build system
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159014 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
LEVEL = ..
|
LEVEL = ..
|
||||||
PARALLEL_DIRS := FileCheck FileUpdate TableGen PerfectShuffle \
|
PARALLEL_DIRS := FileCheck FileUpdate TableGen PerfectShuffle \
|
||||||
count fpcmp llvm-lit not unittest
|
count fpcmp llvm-lit not obj2yaml unittest
|
||||||
|
|
||||||
EXTRA_DIST := check-each-file codegen-diff countloc.sh \
|
EXTRA_DIST := check-each-file codegen-diff countloc.sh \
|
||||||
DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \
|
DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
LEVEL = ../..
|
LEVEL = ../..
|
||||||
TOOLNAME = obj2yaml
|
TOOLNAME = obj2yaml
|
||||||
LINK_COMPONENTS := object
|
USEDLIBS = LLVMObject.a LLVMSupport.a
|
||||||
|
|
||||||
# This tool has no plugins, optimize startup time.
|
# This tool has no plugins, optimize startup time.
|
||||||
TOOL_NO_EXPORTS = 1
|
TOOL_NO_EXPORTS = 1
|
||||||
|
Reference in New Issue
Block a user