[Mlir-commits] [mlir] 96c0361 - Revert "[mlir-cpu-runner] Add export_executable_symbols in CMake."
Mitch Phillips
llvmlistbot at llvm.org
Wed Mar 29 08:53:30 PDT 2023
Author: Mitch Phillips
Date: 2023-03-29T08:53:07-07:00
New Revision: 96c036113eae46287819197aa136d4d4ab893713
URL: https://github.com/llvm/llvm-project/commit/96c036113eae46287819197aa136d4d4ab893713
DIFF: https://github.com/llvm/llvm-project/commit/96c036113eae46287819197aa136d4d4ab893713.diff
LOG: 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
Added:
Modified:
mlir/tools/mlir-cpu-runner/CMakeLists.txt
Removed:
################################################################################
diff --git a/mlir/tools/mlir-cpu-runner/CMakeLists.txt b/mlir/tools/mlir-cpu-runner/CMakeLists.txt
index 1766b28aa0b11..c2ab62ee93a5e 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)
More information about the Mlir-commits
mailing list