diff options
author | Hiroshi Inoue <inouehrs@gmail.com> | 2020-01-11 01:59:59 +0900 |
---|---|---|
committer | Hiroshi Inoue <inouehrs@gmail.com> | 2020-01-11 02:32:39 +0900 |
commit | ff92e469caefff9f86e5e812c08b9bba582be5d3 (patch) | |
tree | e668d649519fcf092b63ae946c0e3632b9bd9eda /llvm/examples/LLJITExamples/LLJITWithCustomObjectLinkingLayer | |
parent | cce4676d6d78ba56e929bd37d65c2667390b68c7 (diff) | |
download | bcm5719-llvm-ff92e469caefff9f86e5e812c08b9bba582be5d3.tar.gz bcm5719-llvm-ff92e469caefff9f86e5e812c08b9bba582be5d3.zip |
[examples] Add missing dependency in llvm examples
To fix build failure with BUILD_SHARED_LIBS=ON
Diffstat (limited to 'llvm/examples/LLJITExamples/LLJITWithCustomObjectLinkingLayer')
-rw-r--r-- | llvm/examples/LLJITExamples/LLJITWithCustomObjectLinkingLayer/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/examples/LLJITExamples/LLJITWithCustomObjectLinkingLayer/CMakeLists.txt b/llvm/examples/LLJITExamples/LLJITWithCustomObjectLinkingLayer/CMakeLists.txt index 2277a8e51ec..6034fc67911 100644 --- a/llvm/examples/LLJITExamples/LLJITWithCustomObjectLinkingLayer/CMakeLists.txt +++ b/llvm/examples/LLJITExamples/LLJITWithCustomObjectLinkingLayer/CMakeLists.txt @@ -1,6 +1,7 @@ set(LLVM_LINK_COMPONENTS Core IRReader + JITLink OrcJIT Support nativecodegen |