diff options
author | Jordan Rupprecht <rupprecht@google.com> | 2019-02-01 21:04:16 +0000 |
---|---|---|
committer | Jordan Rupprecht <rupprecht@google.com> | 2019-02-01 21:04:16 +0000 |
commit | 835df27f85491afe2fb07859c60726493e694fe0 (patch) | |
tree | e80bdb1bf2dd0b00caedb252d8881db181dc0e09 /llvm/lib/CodeGen/MachineInstr.cpp | |
parent | 291f791ef1ecba3856b6192e3a81856c15d2e161 (diff) | |
download | llvm-835df27f85491afe2fb07859c60726493e694fe0.zip llvm-835df27f85491afe2fb07859c60726493e694fe0.tar.gz llvm-835df27f85491afe2fb07859c60726493e694fe0.tar.bz2 |
[DebugInfo] Don't use realpath when looking up debug binary locations.
Summary:
Using realpath makes assumptions about build systems that do not always hold true. The debug binary referred to from the .gnu_debuglink should exist in the same directory (or in a .debug directory, etc.), but the files may only exist as symlinks to a differently named files elsewhere, and using realpath causes that lookup to fail.
This was added in r189250, and this is basically a revert + regression test case.
Reviewers: dblaikie, samsonov, jhenderson
Reviewed By: dblaikie
Subscribers: llvm-commits, hiraditya
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D57609
llvm-svn: 352916
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
0 files changed, 0 insertions, 0 deletions