| ... | @@ -212,6 +212,6 @@ comptime { | ... | @@ -212,6 +212,6 @@ comptime { |
| 212 | _ = @import("compiler_rt/memcpy.zig"); | 212 | _ = @import("compiler_rt/memcpy.zig"); |
| 213 | _ = @import("compiler_rt/memset.zig"); | 213 | _ = @import("compiler_rt/memset.zig"); |
| 214 | _ = @import("compiler_rt/memmove.zig"); | 214 | _ = @import("compiler_rt/memmove.zig"); |
| 215 | _ = @import("compiler_rt/cmp.zig"); | 215 | _ = @import("compiler_rt/memcmp.zig"); |
| 216 | _ = @import("compiler_rt/bcmp.zig"); | 216 | _ = @import("compiler_rt/bcmp.zig"); |
| 217 | } | 217 | } |