authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-08-13 05:14:35+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-09-05 14:54:31+02:00
log3dd329b8cffe15939669a1fbc8f3dd4da88be7f2
tree5ad2de3eb080773043d271163fee837ddcdd512e
parent65434917c0a95e701fce5ff68d6a97674ebcffbc
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

Compilation: remove __serenity__ macro

https://github.com/llvm/llvm-project/pull/187941

1 files changed, 0 insertions(+), 2 deletions(-)

src/Compilation.zig-2
...@@ -6300,8 +6300,6 @@ fn addCommonCCArgs(...@@ -6300,8 +6300,6 @@ fn addCommonCCArgs(
6300 // LLVM doesn't distinguish between Solaris and illumos, but the illumos GCC fork6300 // LLVM doesn't distinguish between Solaris and illumos, but the illumos GCC fork
6301 // defines this macro.6301 // defines this macro.
6302 .illumos => try argv.append("__illumos__"),6302 .illumos => try argv.append("__illumos__"),
6303 // This macro has not yet been upstreamed by SerenityOS to Clang.
6304 .serenity => try argv.append("__serenity__"),
6305 // Homebrew targets without LLVM support; use communities's preferred macros.6303 // Homebrew targets without LLVM support; use communities's preferred macros.
6306 .@"3ds" => try argv.append("-D__3DS__"),6304 .@"3ds" => try argv.append("-D__3DS__"),
6307 .wiiu => try argv.append("-D__WIIU__"),6305 .wiiu => try argv.append("-D__WIIU__"),