| ... | ... | @@ -6300,8 +6300,6 @@ fn addCommonCCArgs( |
| 6300 | 6300 | // LLVM doesn't distinguish between Solaris and illumos, but the illumos GCC fork |
| 6301 | 6301 | // defines this macro. |
| 6302 | 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 | 6303 | // Homebrew targets without LLVM support; use communities's preferred macros. |
| 6306 | 6304 | .@"3ds" => try argv.append("-D__3DS__"), |
| 6307 | 6305 | .wiiu => try argv.append("-D__WIIU__"), |