| ... | @@ -17787,8 +17787,7 @@ fn zirBuiltinSrc( | ... | @@ -17787,8 +17787,7 @@ fn zirBuiltinSrc( |
| 17787 | }; | 17787 | }; |
| 17788 | | 17788 | |
| 17789 | const file_name_val = v: { | 17789 | const file_name_val = v: { |
| 17790 | // The compiler must not call realpath anywhere. | 17790 | const file_name = fn_owner_decl.getFileScope(mod).sub_file_path; |
| 17791 | const file_name = try fn_owner_decl.getFileScope(mod).fullPath(sema.arena); | | |
| 17792 | const array_ty = try pt.intern(.{ .array_type = .{ | 17791 | const array_ty = try pt.intern(.{ .array_type = .{ |
| 17793 | .len = file_name.len, | 17792 | .len = file_name.len, |
| 17794 | .sentinel = .zero_u8, | 17793 | .sentinel = .zero_u8, |