diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2010-08-08 00:50:57 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2010-08-08 00:50:57 +0000 |
commit | 6b01837b65750bad26ce186033689607979da89f (patch) | |
tree | ac55158ff00ed009b241c9970b9e974fce535b38 /tools/CMakeLists.txt | |
parent | 371e5774c7cc4e78338d9da9dbcdcd9bb8785c1c (diff) |
Try to fix cmake build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110528 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/CMakeLists.txt')
-rw-r--r-- | tools/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index b9c77b1c8a..6ca57302d2 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -29,6 +29,7 @@ add_subdirectory(lli) add_subdirectory(llvm-extract) add_subdirectory(bugpoint) +add_subdirectory(bugpoint-passes) add_subdirectory(llvm-bcanalyzer) add_subdirectory(llvm-stub) add_subdirectory(edis) |