| ... | @@ -6342,6 +6342,8 @@ fn addCommonCCArgs( | ... | @@ -6342,6 +6342,8 @@ fn addCommonCCArgs( |
| 6342 | // LLVM doesn't distinguish between Solaris and illumos, but the illumos GCC fork | 6342 | // LLVM doesn't distinguish between Solaris and illumos, but the illumos GCC fork |
| 6343 | // defines this macro. | 6343 | // defines this macro. |
| 6344 | .illumos => try argv.append("__illumos__"), | 6344 | .illumos => try argv.append("__illumos__"), |
| | 6345 | // This macro has not yet been upstreamed by SerenityOS to Clang. |
| | 6346 | .serenity => try argv.append("__serenity__"), |
| 6345 | // Homebrew targets without LLVM support; use communities's preferred macros. | 6347 | // Homebrew targets without LLVM support; use communities's preferred macros. |
| 6346 | .@"3ds" => try argv.append("-D__3DS__"), | 6348 | .@"3ds" => try argv.append("-D__3DS__"), |
| 6347 | .psp => try argv.append("-D__PSP__"), | 6349 | .psp => try argv.append("-D__PSP__"), |