From c0363560f1fe9591e7b9ba5ccd4bf4b7bd520952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Thu, 13 Aug 2026 05:14:35 +0200 Subject: [PATCH] Compilation: remove __serenity__ macro https://github.com/llvm/llvm-project/pull/187941 --- src/Compilation.zig | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Compilation.zig b/src/Compilation.zig index d4d24e6640efd31032146b245c7a2bce64ba1fc1..e30914ee241039a64c3264874f6ee4b61f78b057 100644 --- a/src/Compilation.zig +++ b/src/Compilation.zig @@ -6291,8 +6291,6 @@ fn addCommonCCArgs( // LLVM doesn't distinguish between Solaris and illumos, but the illumos GCC fork // defines this macro. .illumos => try argv.append("__illumos__"), - // This macro has not yet been upstreamed by SerenityOS to Clang. - .serenity => try argv.append("__serenity__"), // Homebrew targets without LLVM support; use communities's preferred macros. .@"3ds" => try argv.append("-D__3DS__"), .wiiu => try argv.append("-D__WIIU__"), -- 2.54.0