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