OSDN Git Service

Re-land r329156 "Add llvm-exegesis tool."
[android-x86/external-llvm.git] / unittests / tools / CMakeLists.txt
index 5ac4c95..38ba772 100644 (file)
@@ -1,4 +1,9 @@
 if(LLVM_TARGETS_TO_BUILD MATCHES "X86")
-  add_subdirectory(llvm-cfi-verify)
+  add_subdirectory(
+    llvm-cfi-verify
+  )
+  add_subdirectory(
+    llvm-exegesis
+  )
 endif()