Removes json-bench from the test dependencies.
authorManuel Klimek <klimek@google.com>
Fri, 20 Apr 2012 13:45:49 +0000 (13:45 +0000)
committerManuel Klimek <klimek@google.com>
Fri, 20 Apr 2012 13:45:49 +0000 (13:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155197 91177308-0d34-0410-b5e6-96231b3b80d8

test/CMakeLists.txt

index 37af1414be5b3fc5275a00f38804d1558ffc7b9c..b9e73d087b0a6a79a7cd241634e520213d38069e 100644 (file)
@@ -77,5 +77,5 @@ add_dependencies(check.deps
               llc lli llvm-ar llvm-as llvm-dis llvm-extract llvm-dwarfdump
               llvm-link llvm-mc llvm-nm llvm-objdump llvm-readobj
               macho-dump opt
-              FileCheck count not json-bench)
+              FileCheck count not)
 set_target_properties(check.deps PROPERTIES FOLDER "Tests")