Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T01:58:23.312Z Public web read
NIP-34 coordinate30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omega
MaintainersHidden in public view
References2 branches · 1 tag
Read-only clonegit clone https://openagents.com/git/tenant.openagents/omega.git
Browse files

chromium-129-rust.patch

22 lines · 994 B · text
1diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
2index 45086d6838cac..81132ad8ecb31 100644
3--- a/build/config/compiler/BUILD.gn
4+++ b/build/config/compiler/BUILD.gn
5@@ -1727,16 +1727,6 @@ config("runtime_library") {
6     configs += [ "//build/config/c++:runtime_library" ]
7   }
8 
9-  # Rust and C++ both provide intrinsics for LLVM to call for math operations. We
10-  # want to use the C++ intrinsics, not the ones in the Rust compiler_builtins
11-  # library. The Rust symbols are marked as weak, so that they can be replaced by
12-  # the C++ symbols. This config ensures the C++ symbols exist and are strong in
13-  # order to cause that replacement to occur by explicitly linking in clang's
14-  # compiler-rt library.
15-  if (is_clang && !is_nacl && !is_cronet_build) {
16-    configs += [ "//build/config/clang:compiler_builtins" ]
17-  }
18-
19   # TODO(crbug.com/40570904): Come up with a better name for is POSIX + Fuchsia
20   # configuration.
21   if (is_posix || is_fuchsia) {
22
Served at tenant.openagents/omega Member data and write actions are omitted.