summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorMarshall Clow <mclow@qualcomm.com>2012-06-22 17:43:40 +0000
committerMarshall Clow <mclow@qualcomm.com>2012-06-22 17:43:40 +0000
commit360713ec947ca6af3e8c75d5f254a274f4453175 (patch)
tree687609ff828482a926f1b0c30146867f9c6391e3 /utils
parent834a9cdbb78c1a16c8ceecb018a324a3ba31c365 (diff)
downloadexternal_llvm-360713ec947ca6af3e8c75d5f254a274f4453175.zip
external_llvm-360713ec947ca6af3e8c75d5f254a274f4453175.tar.gz
external_llvm-360713ec947ca6af3e8c75d5f254a274f4453175.tar.bz2
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
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile2
-rw-r--r--utils/obj2yaml/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/Makefile b/utils/Makefile
index ecb30be..c99e4bf 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -9,7 +9,7 @@
LEVEL = ..
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 \
DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \
diff --git a/utils/obj2yaml/Makefile b/utils/obj2yaml/Makefile
index 95f393d..5b96bdd 100644
--- a/utils/obj2yaml/Makefile
+++ b/utils/obj2yaml/Makefile
@@ -9,7 +9,7 @@
LEVEL = ../..
TOOLNAME = obj2yaml
-LINK_COMPONENTS := object
+USEDLIBS = LLVMObject.a LLVMSupport.a
# This tool has no plugins, optimize startup time.
TOOL_NO_EXPORTS = 1