Make LTO codegen use a PassManager, rather than a FunctionPassManager, for the
[oota-llvm.git] / tools / CMakeLists.txt
index 1bfc2fe3e868ddcac71fa6e6e38b419378633314..4cf5aa5105fe35c80dadb01eeb95e1e702735853 100644 (file)
@@ -31,11 +31,17 @@ add_subdirectory(llvm-objdump)
 add_subdirectory(llvm-readobj)
 add_subdirectory(llvm-rtdyld)
 add_subdirectory(llvm-dwarfdump)
+if( LLVM_USE_INTEL_JITEVENTS )
+  add_subdirectory(llvm-jitlistener)
+endif( LLVM_USE_INTEL_JITEVENTS )
 
 add_subdirectory(bugpoint)
 add_subdirectory(bugpoint-passes)
 add_subdirectory(llvm-bcanalyzer)
 add_subdirectory(llvm-stress)
+add_subdirectory(llvm-mcmarkup)
+
+add_subdirectory(llvm-symbolizer)
 
 if( NOT WIN32 )
   add_subdirectory(lto)
@@ -50,6 +56,7 @@ endif()
 
 add_llvm_external_project(clang)
 add_llvm_external_project(lld)
+add_llvm_external_project(lldb)
 add_llvm_external_project(polly)
 
 set(LLVM_COMMON_DEPENDS ${LLVM_COMMON_DEPENDS} PARENT_SCOPE)