| ... | @@ -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 fork | 6300 | // 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__"), |