| ... | @@ -268,6 +268,7 @@ pub fn classifyCompilerRtLibName(name: []const u8) CompilerRtClassification { | ... | @@ -268,6 +268,7 @@ pub fn classifyCompilerRtLibName(name: []const u8) CompilerRtClassification { |
| 268 | return .both; | 268 | return .both; |
| 269 | } | 269 | } |
| 270 | if (std.mem.eql(u8, name, "compiler_rt") or | 270 | if (std.mem.eql(u8, name, "compiler_rt") or |
| | 271 | std.mem.eql(u8, name, "gcc") or |
| 271 | std.mem.eql(u8, name, "atomic")) | 272 | std.mem.eql(u8, name, "atomic")) |
| 272 | { | 273 | { |
| 273 | return .only_compiler_rt; | 274 | return .only_compiler_rt; |