1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-07 19:18:19 +02:00

LLVM 19 update

This commit is contained in:
Brian Fiete 2025-03-21 11:37:49 -04:00
parent 195463cb77
commit dcc1f23271

View file

@ -128,7 +128,7 @@ if (LLVM_FOUND)
include_directories(${LLVM_INCLUDE_DIRS}) include_directories(${LLVM_INCLUDE_DIRS})
add_definitions(${LLVM_DEFINITIONS}) add_definitions(${LLVM_DEFINITIONS})
set(TARGET_LIBS_OS "-lLLVM-18") set(TARGET_LIBS_OS "-lLLVM-19")
else() else()
message(FATAL_ERROR "LLVM not found") message(FATAL_ERROR "LLVM not found")
endif() endif()