summaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2013-04-05 07:26:37 +0000
committerAlexey Samsonov <samsonov@google.com>2013-04-05 07:26:37 +0000
commit23a29fb6549bfc5d953131158b1d4280bdca14fa (patch)
tree2201b8b101fa4bec262d73593c80be7cac47e3c9 /test/CMakeLists.txt
parent89becbb97423fb608a4dd85ec10c3fde4398d956 (diff)
downloadllvm-23a29fb6549bfc5d953131158b1d4280bdca14fa.tar.gz
llvm-23a29fb6549bfc5d953131158b1d4280bdca14fa.tar.bz2
llvm-23a29fb6549bfc5d953131158b1d4280bdca14fa.tar.xz
Add obj2yaml to test dependencies
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178852 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 8faec8be47..728213f613 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -29,7 +29,7 @@ set(LLVM_TEST_DEPENDS UnitTests
macho-dump opt
profile_rt-shared
FileCheck count not
- yaml2obj)
+ yaml2obj obj2yaml)
# If Intel JIT events are supported, depend on a tool that tests the listener.
if( LLVM_USE_INTEL_JITEVENTS )