diff options
author | Greg Clayton <gclayton@apple.com> | 2011-05-23 23:14:34 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2011-05-23 23:14:34 +0000 |
commit | 49c0fe24d6971da8b41f6a7b545e1fa73941431c (patch) | |
tree | 8d659be5599d863e01941659d0f63047f263012b /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 61ae8d395e9d96d8cae82372abd0c2b2c1f8c3eb (diff) | |
download | llvm-49c0fe24d6971da8b41f6a7b545e1fa73941431c.zip llvm-49c0fe24d6971da8b41f6a7b545e1fa73941431c.tar.gz llvm-49c0fe24d6971da8b41f6a7b545e1fa73941431c.tar.bz2 |
Don't resolve the path when we extract the path from the dyld info or we
can end up with an invalid path if the path resolves to something different
on the local machine. It is very important not to since remote debugging will
mention paths that might exist on the current machine (like
"/System/Library/Frameworks/CoreFoundation/CoreFoundation" which on the desktop
systems is a symlink to "/System/Library/Frameworks/CoreFoundation/Versions/A/CoreFoundation").
We will let the platform plug-ins resolve the paths in a later stage.
llvm-svn: 131934
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions