summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-04-05 02:57:22 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-04-05 02:57:22 +0000
commit46af06799732192ec7c8d0cc76ea151874b51129 (patch)
tree4f79db230f6ef4538aad0c4da27ca355e5085250 /CMakeLists.txt
parenta3b62eb417c580894eb6cef842ff5fe512b97fdf (diff)
downloadllvm-46af06799732192ec7c8d0cc76ea151874b51129.tar.gz
llvm-46af06799732192ec7c8d0cc76ea151874b51129.tar.bz2
llvm-46af06799732192ec7c8d0cc76ea151874b51129.tar.xz
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
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 95ea3115d3..6871e654fb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -419,7 +419,6 @@ add_subdirectory(utils/count)
add_subdirectory(utils/not)
add_subdirectory(utils/llvm-lit)
add_subdirectory(utils/yaml-bench)
-add_subdirectory(utils/obj2yaml)
add_subdirectory(utils/yaml2obj)
add_subdirectory(projects)