| ... | ... | @@ -6291,8 +6291,6 @@ fn addCommonCCArgs( |
| 6291 | 6291 | // LLVM doesn't distinguish between Solaris and illumos, but the illumos GCC fork |
| 6292 | 6292 | // defines this macro. |
| 6293 | 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 | 6294 | // Homebrew targets without LLVM support; use communities's preferred macros. |
| 6297 | 6295 | .@"3ds" => try argv.append("-D__3DS__"), |
| 6298 | 6296 | .wiiu => try argv.append("-D__WIIU__"), |