summaryrefslogtreecommitdiffstats
path: root/llvm/tools/opt/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/opt/CMakeLists.txt')
-rw-r--r--llvm/tools/opt/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/tools/opt/CMakeLists.txt b/llvm/tools/opt/CMakeLists.txt
index 90730e324c7..4ea9baf447a 100644
--- a/llvm/tools/opt/CMakeLists.txt
+++ b/llvm/tools/opt/CMakeLists.txt
@@ -42,7 +42,3 @@ export_executable_symbols(opt)
if(WITH_POLLY AND LINK_POLLY_INTO_TOOLS)
target_link_libraries(opt PRIVATE Polly)
endif(WITH_POLLY AND LINK_POLLY_INTO_TOOLS)
-
-if(LLVM_BUILD_EXAMPLES)
- target_link_libraries(opt PRIVATE ExampleIRTransforms)
-endif(LLVM_BUILD_EXAMPLES)
OpenPOWER on IntegriCloud