fix test
[oota-llvm.git] / tools / CMakeLists.txt
index 5c1ee351a2a03de5d11b01ef27b9779779e5e182..1273c25cd79e37452a9596ad520d2378f088b150 100644 (file)
@@ -2,13 +2,16 @@
 # large and three small executables. This is done to minimize memory load
 # in parallel builds.  Please retain this ordering.
 
-if (NOT USE_EXPLICIT_DEPENDENCIES)
+# FIXME: We don't yet have the ability to build llvm-config with CMake
+# based on explicit dependencies.
+if (FALSE)
  add_subdirectory(llvm-config)
 endif()
 
 add_subdirectory(opt)
 add_subdirectory(llvm-as)
 add_subdirectory(llvm-dis)
+add_subdirectory(llvm-mc)
 
 add_subdirectory(llc)
 add_subdirectory(llvm-ranlib)