summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/tools/opt/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/tools/opt/CMakeLists.txt')
-rw-r--r--contrib/llvm/tools/opt/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/llvm/tools/opt/CMakeLists.txt b/contrib/llvm/tools/opt/CMakeLists.txt
new file mode 100644
index 0000000..0570d0e
--- /dev/null
+++ b/contrib/llvm/tools/opt/CMakeLists.txt
@@ -0,0 +1,8 @@
+set(LLVM_LINK_COMPONENTS bitreader asmparser bitwriter instrumentation scalaropts ipo)
+
+add_llvm_tool(opt
+ AnalysisWrappers.cpp
+ GraphPrinters.cpp
+ PrintSCC.cpp
+ opt.cpp
+ )
OpenPOWER on IntegriCloud