Added building yaml2obj to the configure+make build system
authorMarshall Clow <mclow@qualcomm.com>
Fri, 22 Jun 2012 17:43:40 +0000 (17:43 +0000)
committerMarshall Clow <mclow@qualcomm.com>
Fri, 22 Jun 2012 17:43:40 +0000 (17:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159014 91177308-0d34-0410-b5e6-96231b3b80d8

utils/Makefile
utils/obj2yaml/Makefile

index ecb30bed7c63ee81644dba03377754c580378fdc..c99e4bf8ba684cc0016624455e11f33eb07b63d7 100644 (file)
@@ -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 \
index 95f393ddd6f41fa47a2f6f6780e0f635f105a212..5b96bdd5b9d899bd2c8175bd7d213ef3d9995f57 100644 (file)
@@ -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