Commit 3957b7f8 by Nicolas Capens Committed by Nicolas Capens

Default to LLVM 7.0 in CMake build.

Bug b/115344057 Change-Id: Icda7cddb26f747c0ce9d4edc4972f9afa3a5e02b Reviewed-on: https://swiftshader-review.googlesource.com/c/21509Tested-by: 's avatarNicolas Capens <nicolascapens@google.com> Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com>
parent 50b10597
......@@ -73,10 +73,10 @@ else()
set(DEFAULT_REACTOR_BACKEND "LLVM")
endif()
set(REACTOR_BACKEND DEFAULT_REACTOR_BACKEND CACHE STRING "JIT compiler back-end used by Reactor")
set(REACTOR_BACKEND ${DEFAULT_REACTOR_BACKEND} CACHE STRING "JIT compiler back-end used by Reactor")
set_property(CACHE REACTOR_BACKEND PROPERTY STRINGS LLVM Subzero)
set(REACTOR_LLVM_VERSION "3" CACHE STRING "LLVM version used by Reactor")
set(REACTOR_LLVM_VERSION "7" CACHE STRING "LLVM version used by Reactor")
# LLVM disallows calling cmake . from the main LLVM dir, the reason is that
# it builds header files that could overwrite the orignal ones. Here we
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment