Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Commit

Permalink
Link gbeinterp against LLVM
Browse files Browse the repository at this point in the history
Should resolve undefined reference to `llvm::DisableABIBreakingChecks/EnableABIBreakingChecks`
  • Loading branch information
linnaea committed May 24, 2020
1 parent c1cca5d commit ff59e2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ add_dependencies(gbe beignet_bitcode)
endif (NOT (USE_STANDALONE_GBE_COMPILER STREQUAL "true"))

add_library(gbeinterp SHARED gbe_bin_interpreter.cpp)
target_link_libraries(gbeinterp ${LLVM_MODULE_LIBS})

if (LLVM_VERSION_NODOT VERSION_EQUAL 34)
find_library(TERMINFO NAMES tinfo ncurses)
Expand Down

0 comments on commit ff59e2d

Please sign in to comment.