| ... | @@ -6291,8 +6291,6 @@ fn addCommonCCArgs( | ... | @@ -6291,8 +6291,6 @@ fn addCommonCCArgs( |
| 6291 | // LLVM doesn't distinguish between Solaris and illumos, but the illumos GCC fork | 6291 | // LLVM doesn't distinguish between Solaris and illumos, but the illumos GCC fork |
| 6292 | // defines this macro. | 6292 | // defines this macro. |
| 6293 | .illumos => try argv.append("__illumos__"), | 6293 | .illumos => try argv.append("__illumos__"), |
| 6294 | // This macro has not yet been upstreamed by SerenityOS to Clang. | | |
| 6295 | .serenity => try argv.append("__serenity__"), | | |
| 6296 | // Homebrew targets without LLVM support; use communities's preferred macros. | 6294 | // Homebrew targets without LLVM support; use communities's preferred macros. |
| 6297 | .@"3ds" => try argv.append("-D__3DS__"), | 6295 | .@"3ds" => try argv.append("-D__3DS__"), |
| 6298 | .wiiu => try argv.append("-D__WIIU__"), | 6296 | .wiiu => try argv.append("-D__WIIU__"), |