summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMarshall Clow <mclow@qualcomm.com>2012-06-19 18:02:35 +0000
committerMarshall Clow <mclow@qualcomm.com>2012-06-19 18:02:35 +0000
commitc57b8885581aa3d512abc76991cd145d7e019852 (patch)
tree4106865f9e903e1d3f4513eb817ffb97836addee /CMakeLists.txt
parent6573c996b89bf64f206010059e6b63f7e65d7deb (diff)
downloadllvm-c57b8885581aa3d512abc76991cd145d7e019852.tar.gz
llvm-c57b8885581aa3d512abc76991cd145d7e019852.tar.bz2
llvm-c57b8885581aa3d512abc76991cd145d7e019852.tar.xz
New test tool: obj2yaml
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158730 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5dfb1ac7b6..014b85fd1a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -401,6 +401,7 @@ add_subdirectory(utils/count)
add_subdirectory(utils/not)
add_subdirectory(utils/llvm-lit)
add_subdirectory(utils/yaml-bench)
+add_subdirectory(utils/obj2yaml)
add_subdirectory(projects)