2024-03-26 13:27:50 -07:00
|
|
|
--- src/bootstrap/src/core/build_steps/llvm.rs.orig 2023-12-21 09:55:28
|
|
|
|
|
+++ src/bootstrap/src/core/build_steps/llvm.rs 2024-01-01 09:17:49
|
|
|
|
|
@@ -584,6 +584,8 @@
|
2022-05-29 13:26:27 -07:00
|
|
|
mut ldflags: LdFlags,
|
2023-08-21 09:09:47 -07:00
|
|
|
extra_compiler_flags: &[&str],
|
2022-04-12 07:14:51 -07:00
|
|
|
) {
|
|
|
|
|
+ cfg.define("CMAKE_LIBTOOL", "__MACPORTS_PREFIX__/bin/libtool");
|
|
|
|
|
+
|
|
|
|
|
// Do not print installation messages for up-to-date files.
|
|
|
|
|
// LLVM and LLD builds can produce a lot of those and hit CI limits on log size.
|
|
|
|
|
cfg.define("CMAKE_INSTALL_MESSAGE", "LAZY");
|