Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Officeyutong committed Apr 25, 2024
1 parent 13536ca commit 37e1f72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vm/llvm-jit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ if (${LLVM_PACKAGE_VERSION} VERSION_LESS 15)
message(FATAL_ERROR "LLVM version must be >=15")
endif()

option(ENABLE_LLVM_SHARED "Link shared library of LLVM" YES)

if(ENABLE_LLVM_SHARED)
set(LLVM_LIBS LLVM)
else()
Expand Down

0 comments on commit 37e1f72

Please sign in to comment.