[PATCH] D85987: [examples][cmake] build fix for examples with BUILD_SHARED_LIBS=on

Stephen Neuendorffer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 14 11:40:20 PDT 2020


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG65049f9b7934: [examples][cmake] build fix for examples with BUILD_SHARED_LIBS=on (authored by stephenneuendorffer).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85987

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


Index: llvm/examples/OrcV2Examples/LLJITWithChildProcess/CMakeLists.txt
===================================================================
--- llvm/examples/OrcV2Examples/LLJITWithChildProcess/CMakeLists.txt
+++ llvm/examples/OrcV2Examples/LLJITWithChildProcess/CMakeLists.txt
@@ -2,6 +2,8 @@
   Core
   ExecutionEngine
   IRReader
+  JITLink
+  OrcError
   OrcJIT
   Support
   nativecodegen


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85987.285718.patch
Type: text/x-patch
Size: 394 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200814/d5f0b924/attachment.bin>


More information about the llvm-commits mailing list