Skip to content

Commit

Permalink
Bump clang version
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterymath committed Aug 19, 2024
1 parent 873b288 commit f268052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mos-platform/common/crt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ add_platform_library(common-crt

# Merge the builtins library from llvm-mos into libcrt.
get_filename_component(compiler_dir ${CMAKE_C_COMPILER} DIRECTORY)
find_library(builtins clang_rt.builtins REQUIRED PATHS ${compiler_dir}/../lib/clang/19/lib/mos-unknown-unknown NO_DEFAULT_PATH)
find_library(builtins clang_rt.builtins REQUIRED PATHS ${compiler_dir}/../lib/clang/20/lib/mos-unknown-unknown NO_DEFAULT_PATH)
merge_libraries(common-crt ${builtins})

0 comments on commit f268052

Please sign in to comment.