From 23a29fb6549bfc5d953131158b1d4280bdca14fa Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Fri, 5 Apr 2013 07:26:37 +0000 Subject: [PATCH] Add obj2yaml to test dependencies git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178852 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 8faec8be47f..728213f6130 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 ) -- 2.34.1