Parcourir la source

LLVM 19 update

Brian Fiete il y a 4 mois
Parent
commit
dcc1f23271
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      BeefBoot/CMakeLists.txt

+ 1 - 1
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()