Skip to content

Commit ef46be6

Browse files
committed
[ObjectFileMachO] FileSpec::SetFile() now takes the style as arg.
Another block that's only compiled on __arm64__ and wasn't updated. <rdar://problem/55916729> llvm-svn: 373508
1 parent 6fdeb03 commit ef46be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3005,7 +3005,7 @@ size_t ObjectFileMachO::ParseSymtab() {
30053005
if (!FileSystem::Instance().Exists(so_dir)) {
30063006
so_dir.SetFile(
30073007
&full_so_path[double_slash_pos + 1],
3008-
false);
3008+
FileSpec::Style::native);
30093009
if (FileSystem::Instance().Exists(so_dir)) {
30103010
// Trim off the incorrect path
30113011
full_so_path.erase(0,

0 commit comments

Comments
 (0)