From dcc1f2327118f21e8ab3e820038e9c064a9f3e8a Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Fri, 21 Mar 2025 11:37:49 -0400 Subject: [PATCH] LLVM 19 update --- BeefBoot/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BeefBoot/CMakeLists.txt b/BeefBoot/CMakeLists.txt index f2a8ce7c..ad29063b 100644 --- a/BeefBoot/CMakeLists.txt +++ b/BeefBoot/CMakeLists.txt @@ -128,7 +128,7 @@ if (LLVM_FOUND) include_directories(${LLVM_INCLUDE_DIRS}) add_definitions(${LLVM_DEFINITIONS}) - set(TARGET_LIBS_OS "-lLLVM-18") + set(TARGET_LIBS_OS "-lLLVM-19") else() message(FATAL_ERROR "LLVM not found") endif()