summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2012-04-20 13:45:49 +0000
committerManuel Klimek <klimek@google.com>2012-04-20 13:45:49 +0000
commite2f9a21db59d32210488952f2a8b72eff06f6306 (patch)
tree059d6e7a48080325443e7d58dafeedacdaa0e3a9
parentc8a9abe9dffe2c302ac2176bef6a420d45a6fe94 (diff)
downloadbcm5719-llvm-e2f9a21db59d32210488952f2a8b72eff06f6306.tar.gz
bcm5719-llvm-e2f9a21db59d32210488952f2a8b72eff06f6306.zip
Removes json-bench from the test dependencies.
llvm-svn: 155197
-rw-r--r--llvm/test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CMakeLists.txt b/llvm/test/CMakeLists.txt
index 37af1414be5..b9e73d087b0 100644
--- a/llvm/test/CMakeLists.txt
+++ b/llvm/test/CMakeLists.txt
@@ -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")
OpenPOWER on IntegriCloud