[PATCH] D110345: [ORC][examples] Export exectuable symbols explicitly in LLJITWithExecutorProcessControl

Stefan Gränitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 23 12:40:42 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1286bbc85f42: [ORC][examples] Export exectuable symbols explicitly in… (authored by sgraenitz).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110345/new/

https://reviews.llvm.org/D110345

Files:
  llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl/CMakeLists.txt


Index: llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl/CMakeLists.txt
===================================================================
--- llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl/CMakeLists.txt
+++ llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl/CMakeLists.txt
@@ -10,3 +10,5 @@
 add_llvm_example(LLJITWithExecutorProcessControl
   LLJITWithExecutorProcessControl.cpp
   )
+
+export_executable_symbols(LLJITWithExecutorProcessControl)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110345.374647.patch
Type: text/x-patch
Size: 482 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210923/3f0cc51b/attachment.bin>


More information about the llvm-commits mailing list