From 46af06799732192ec7c8d0cc76ea151874b51129 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 5 Apr 2013 02:57:22 +0000 Subject: Move obj2yaml to tools to sort out make's dependencies. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178835 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/CMakeLists.txt') diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 5e9560491e9..9b80ee5a23a 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -43,6 +43,8 @@ add_subdirectory(llvm-mcmarkup) add_subdirectory(llvm-symbolizer) +add_subdirectory(obj2yaml) + if( NOT WIN32 ) add_subdirectory(lto) endif() -- cgit v1.2.3