aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mlir/tools/mlir-cpu-runner/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/mlir/tools/mlir-cpu-runner/CMakeLists.txt b/mlir/tools/mlir-cpu-runner/CMakeLists.txt
index f6ed2ed..811583b 100644
--- a/mlir/tools/mlir-cpu-runner/CMakeLists.txt
+++ b/mlir/tools/mlir-cpu-runner/CMakeLists.txt
@@ -26,10 +26,3 @@ target_link_libraries(mlir-cpu-runner PRIVATE
MLIRExecutionEngine
MLIRJitRunner
)
-target_link_options(mlir-cpu-runner
- PRIVATE
- # On Linux, disable re-export of any static linked libraries that came
- # through. This prevents our LLVM build from interfering with the version of
- # LLVM included in certain graphics drivers.
- $<$<PLATFORM_ID:Linux>:LINKER:--exclude-libs,ALL>
-)