Revert "[mlir-cpu-runner] Add export_executable_symbols in CMake."
authorMitch Phillips <31459023+hctim@users.noreply.github.com>
Wed, 29 Mar 2023 15:49:04 +0000 (08:49 -0700)
committerMitch Phillips <31459023+hctim@users.noreply.github.com>
Wed, 29 Mar 2023 15:53:07 +0000 (08:53 -0700)
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

index 1766b28..c2ab62e 100644 (file)
@@ -22,5 +22,3 @@ target_link_libraries(mlir-cpu-runner PRIVATE
   MLIRTargetLLVMIRExport
   MLIRSupport
   )
-
-export_executable_symbols(mlir-cpu-runner)