compilation unit cwd dir appears to be unnecessary on macos
This commit is contained in:
parent
4e7c255e4d
commit
32901926f0
@ -1056,8 +1056,7 @@ fn getLineNumberInfoMacOs(di: *DebugInfo, symbol: MachoSymbol, target_address: u
|
||||
ptr += opcode_base - 1;
|
||||
|
||||
var include_directories = ArrayList([]const u8).init(di.allocator());
|
||||
//try include_directories.append(compile_unit_cwd);
|
||||
try include_directories.append("./");
|
||||
try include_directories.append("");
|
||||
while (true) {
|
||||
const dir = readStringMem(&ptr);
|
||||
if (dir.len == 0) break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user