[llvm] 9eb74f6 - [Examples] Link BitReader in ThinLtoJIT example

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 3 09:47:48 PST 2020


Author: Nikita Popov
Date: 2020-02-03T18:47:38+01:00
New Revision: 9eb74f609d646adb5dab8c5bb98dae486b2a8ffd

URL: https://github.com/llvm/llvm-project/commit/9eb74f609d646adb5dab8c5bb98dae486b2a8ffd
DIFF: https://github.com/llvm/llvm-project/commit/9eb74f609d646adb5dab8c5bb98dae486b2a8ffd.diff

LOG: [Examples] Link BitReader in ThinLtoJIT example

D72486 broke the shared library build.

Added: 
    

Modified: 
    llvm/examples/ThinLtoJIT/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/examples/ThinLtoJIT/CMakeLists.txt b/llvm/examples/ThinLtoJIT/CMakeLists.txt
index 0de712dec618..c2b52dc815f2 100644
--- a/llvm/examples/ThinLtoJIT/CMakeLists.txt
+++ b/llvm/examples/ThinLtoJIT/CMakeLists.txt
@@ -1,4 +1,5 @@
 set(LLVM_LINK_COMPONENTS
+  BitReader
   Core
   IRReader
   OrcJIT


        


More information about the llvm-commits mailing list