diff options
author | Marshall Clow <mclow@qualcomm.com> | 2012-06-22 18:12:28 +0000 |
---|---|---|
committer | Marshall Clow <mclow@qualcomm.com> | 2012-06-22 18:12:28 +0000 |
commit | 0540a39c762e36d19f6ef3c56d661893b519b00d (patch) | |
tree | 1a75035359760fd35d6d5fa5f81848831fe46a96 /llvm | |
parent | c65221decfde0f3ce0f7eabd2d83cf91c4c1d887 (diff) | |
download | bcm5719-llvm-0540a39c762e36d19f6ef3c56d661893b519b00d.tar.gz bcm5719-llvm-0540a39c762e36d19f6ef3c56d661893b519b00d.zip |
Reverting makefile change wile I figure out what the heck happened
llvm-svn: 159017
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/Makefile b/llvm/utils/Makefile index c99e4bf8ba6..ecb30bed7c6 100644 --- a/llvm/utils/Makefile +++ b/llvm/utils/Makefile @@ -9,7 +9,7 @@ LEVEL = .. PARALLEL_DIRS := FileCheck FileUpdate TableGen PerfectShuffle \ - count fpcmp llvm-lit not obj2yaml unittest + count fpcmp llvm-lit not unittest EXTRA_DIST := check-each-file codegen-diff countloc.sh \ DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \ |