diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-09-13 18:58:14 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-09-13 18:58:14 +0000 |
commit | 63f5a77822a3c1d28e072c3f243d38dcf0fd4039 (patch) | |
tree | a972c883199bc5ca3ffeacbe99724aff961e602d /llvm/unittests/Makefile.unittest | |
parent | 43f119c3dacef6591bdc69f24c567b1d1ecca3ec (diff) | |
download | bcm5719-llvm-63f5a77822a3c1d28e072c3f243d38dcf0fd4039.tar.gz bcm5719-llvm-63f5a77822a3c1d28e072c3f243d38dcf0fd4039.zip |
Revert unittests build changes temporarily, the unit test build isn't -j safe.
llvm-svn: 81692
Diffstat (limited to 'llvm/unittests/Makefile.unittest')
-rw-r--r-- | llvm/unittests/Makefile.unittest | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/unittests/Makefile.unittest b/llvm/unittests/Makefile.unittest index 355e6a34f51..1c75e44d077 100644 --- a/llvm/unittests/Makefile.unittest +++ b/llvm/unittests/Makefile.unittest @@ -30,8 +30,6 @@ $(LLVMUnitTestExe): $(ObjectsO) $(ProjLibsPaths) $(LLVMLibsPaths) $(StripWarnMsg) all:: $(LLVMUnitTestExe) - -unitcheck:: $(LLVMUnitTestExe) $(LLVMUnitTestExe) endif |