[llvm] 6410edc - [examples] Add missing dependence on OrcShared.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 5 16:33:52 PST 2024


Author: Lang Hames
Date: 2024-12-06T00:33:45Z
New Revision: 6410edcb67e9dcf0b539005ff7425dec493028da

URL: https://github.com/llvm/llvm-project/commit/6410edcb67e9dcf0b539005ff7425dec493028da
DIFF: https://github.com/llvm/llvm-project/commit/6410edcb67e9dcf0b539005ff7425dec493028da.diff

LOG: [examples] Add missing dependence on OrcShared.

Hopefully this will fix the linker error in
https://lab.llvm.org/buildbot/#/builders/80/builds/7248.

Added: 
    

Modified: 
    llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/CMakeLists.txt b/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/CMakeLists.txt
index 54814621a5a5f0..0e07e24c96a1f8 100644
--- a/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/CMakeLists.txt
+++ b/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/CMakeLists.txt
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
   IRReader
   JITLink
   OrcJIT
+  OrcShared
   Support
   nativecodegen
   )


        


More information about the llvm-commits mailing list