Skip to content

Commit 0a9fff5

Browse files
committed
Disable building unittests unless PR3487 can be fixed.
llvm-svn: 63833
1 parent b6ca36f commit 0a9fff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
##===----------------------------------------------------------------------===##
99

1010
LEVEL = ..
11-
PARALLEL_DIRS := TableGen fpcmp PerfectShuffle unittest
11+
PARALLEL_DIRS := TableGen fpcmp PerfectShuffle
1212

1313
EXTRA_DIST := cgiplotNLT.pl check-each-file codegen-diff countloc.sh cvsupdate \
1414
DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \

0 commit comments

Comments
 (0)