From 96c036113eae46287819197aa136d4d4ab893713 Mon Sep 17 00:00:00 2001 From: Mitch Phillips <31459023+hctim@users.noreply.github.com> Date: Wed, 29 Mar 2023 08:49:04 -0700 Subject: [PATCH] Revert "[mlir-cpu-runner] Add export_executable_symbols in CMake." This reverts commit ccdcfad0815296d8952438632d9abe6bc0a5258a. Reason: Introduced an ODR that broke the ASan bots. See more information in Phabricator: https://reviews.llvm.org/D146935 --- mlir/tools/mlir-cpu-runner/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/mlir/tools/mlir-cpu-runner/CMakeLists.txt b/mlir/tools/mlir-cpu-runner/CMakeLists.txt index 1766b28..c2ab62e 100644 --- a/mlir/tools/mlir-cpu-runner/CMakeLists.txt +++ b/mlir/tools/mlir-cpu-runner/CMakeLists.txt @@ -22,5 +22,3 @@ target_link_libraries(mlir-cpu-runner PRIVATE MLIRTargetLLVMIRExport MLIRSupport ) - -export_executable_symbols(mlir-cpu-runner) -- 2.7.4