Commit ef46be6c authored by Davide Italiano's avatar Davide Italiano
Browse files

[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
parent 6fdeb032
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3005,7 +3005,7 @@ size_t ObjectFileMachO::ParseSymtab() {
                                  if (!FileSystem::Instance().Exists(so_dir)) {
                                    so_dir.SetFile(
                                        &full_so_path[double_slash_pos + 1],
                                        false);
                                        FileSpec::Style::native);
                                    if (FileSystem::Instance().Exists(so_dir)) {
                                      // Trim off the incorrect path
                                      full_so_path.erase(0,