[llvm] 295ea05 - [lli] Add JITLink link component after 99a6d003edbe
Stefan Gränitz via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 3 14:16:10 PST 2021
Author: Stefan Gränitz
Date: 2021-03-03T23:14:26+01:00
New Revision: 295ea050ad594b8868b6dd944824ba9a16273f91
URL: https://github.com/llvm/llvm-project/commit/295ea050ad594b8868b6dd944824ba9a16273f91
DIFF: https://github.com/llvm/llvm-project/commit/295ea050ad594b8868b6dd944824ba9a16273f91.diff
LOG: [lli] Add JITLink link component after 99a6d003edbe
Added:
Modified:
llvm/tools/lli/CMakeLists.txt
Removed:
################################################################################
diff --git a/llvm/tools/lli/CMakeLists.txt b/llvm/tools/lli/CMakeLists.txt
index 0725cd15f9ab..90797ccccf02 100644
--- a/llvm/tools/lli/CMakeLists.txt
+++ b/llvm/tools/lli/CMakeLists.txt
@@ -8,6 +8,7 @@ set(LLVM_LINK_COMPONENTS
ExecutionEngine
IRReader
Interpreter
+ JITLink
MC
MCJIT
Object
More information about the llvm-commits
mailing list