We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc2b0e commit fa8f015Copy full SHA for fa8f015
mos-platform/common/crt/CMakeLists.txt
@@ -14,5 +14,5 @@ add_platform_library(common-crt
14
15
# Merge the builtins library from llvm-mos into libcrt.
16
get_filename_component(compiler_dir ${CMAKE_C_COMPILER} DIRECTORY)
17
-find_library(builtins clang_rt.builtins REQUIRED PATHS ${compiler_dir}/../lib/clang/20/lib/mos-unknown-unknown NO_DEFAULT_PATH)
+find_library(builtins clang_rt.builtins REQUIRED PATHS ${compiler_dir}/../lib/clang/21/lib/mos-unknown-unknown NO_DEFAULT_PATH)
18
merge_libraries(common-crt ${builtins})
0 commit comments