diff options
author | Marshall Clow <mclow@qualcomm.com> | 2012-06-22 17:43:40 +0000 |
---|---|---|
committer | Marshall Clow <mclow@qualcomm.com> | 2012-06-22 17:43:40 +0000 |
commit | 360713ec947ca6af3e8c75d5f254a274f4453175 (patch) | |
tree | 687609ff828482a926f1b0c30146867f9c6391e3 /utils/Makefile | |
parent | 834a9cdbb78c1a16c8ceecb018a324a3ba31c365 (diff) |
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/Makefile')
-rw-r--r-- | utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile index ecb30bed7c..c99e4bf8ba 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 \ |