[llvm] [cmake] LLVM_BUILTINS_TARGET='default' should bootstrap builtins without compiler-rt (PR #171536)
Petr Hosek via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 10 01:00:23 PST 2025
================
@@ -34,6 +34,13 @@ function(get_compiler_rt_path path)
return()
endif()
endforeach()
+
+ # If LLVM_BUILTIN_TARGETS is spcified, we still need
----------------
petrhosek wrote:
```suggestion
# If LLVM_BUILTIN_TARGETS is specified, we still need
```
https://github.com/llvm/llvm-project/pull/171536
More information about the llvm-commits
mailing list