Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
22 lines
1.0 KiB
Diff
22 lines
1.0 KiB
Diff
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
|
index 516f7d85fc5718a26707d988389081cd86da49bd..f4b5284ad90591a57cb803353bbe57fd4e213159 100644
|
|
--- a/build/config/compiler/BUILD.gn
|
|
+++ b/build/config/compiler/BUILD.gn
|
|
@@ -1911,16 +1911,6 @@ config("runtime_library") {
|
|
configs += [ "//build/config/c++:runtime_library" ]
|
|
}
|
|
|
|
- # Rust and C++ both provide intrinsics for LLVM to call for math operations. We
|
|
- # want to use the C++ intrinsics, not the ones in the Rust compiler_builtins
|
|
- # library. The Rust symbols are marked as weak, so that they can be replaced by
|
|
- # the C++ symbols. This config ensures the C++ symbols exist and are strong in
|
|
- # order to cause that replacement to occur by explicitly linking in clang's
|
|
- # compiler-rt library.
|
|
- if (is_clang && !(is_a_target_toolchain && is_cronet_build)) {
|
|
- configs += [ "//build/config/clang:compiler_builtins" ]
|
|
- }
|
|
-
|
|
# TODO(crbug.com/40570904): Come up with a better name for is POSIX + Fuchsia
|
|
# configuration.
|
|
if (is_posix || is_fuchsia) {
|