Index: tools/opt/CMakeLists.txt |
diff --git a/tools/opt/CMakeLists.txt b/tools/opt/CMakeLists.txt |
index cf5e5a83cf96c1f0805af20c013e1f500305fe31..3b268a42055a24d5cc1d8fc8c96f4c54b886fdeb 100644 |
--- a/tools/opt/CMakeLists.txt |
+++ b/tools/opt/CMakeLists.txt |
@@ -1,4 +1,4 @@ |
-set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} bitreader asmparser bitwriter instrumentation scalaropts objcarcopts ipo vectorize) |
+set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} bitreader asmparser bitwriter instrumentation naclanalysis nacltransforms scalaropts objcarcopts ipo vectorize) |
add_llvm_tool(opt |
AnalysisWrappers.cpp |