diff options
| author | Manuel Klimek <klimek@google.com> | 2012-04-20 13:45:49 +0000 |
|---|---|---|
| committer | Manuel Klimek <klimek@google.com> | 2012-04-20 13:45:49 +0000 |
| commit | e2f9a21db59d32210488952f2a8b72eff06f6306 (patch) | |
| tree | 059d6e7a48080325443e7d58dafeedacdaa0e3a9 | |
| parent | c8a9abe9dffe2c302ac2176bef6a420d45a6fe94 (diff) | |
| download | bcm5719-llvm-e2f9a21db59d32210488952f2a8b72eff06f6306.tar.gz bcm5719-llvm-e2f9a21db59d32210488952f2a8b72eff06f6306.zip | |
Removes json-bench from the test dependencies.
llvm-svn: 155197
| -rw-r--r-- | llvm/test/CMakeLists.txt | 2 |
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") |

