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
This commit is contained in:
Mitch Phillips 2023-03-29 08:49:04 -07:00
parent d33bac18bb
commit 96c036113e

View File

@ -22,5 +22,3 @@ target_link_libraries(mlir-cpu-runner PRIVATE
MLIRTargetLLVMIRExport
MLIRSupport
)
export_executable_symbols(mlir-cpu-runner)