mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-02 07:17:36 +00:00
Debug Info: revert r222195, r222210 and r222239.
This is no longer needed after David's fix at r222377 + r222485. rdar://18958417 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222563 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -763,7 +763,7 @@ public:
|
||||
unsigned isLocalToUnit() const { return getHeaderFieldAs<bool>(5); }
|
||||
unsigned isDefinition() const { return getHeaderFieldAs<bool>(6); }
|
||||
|
||||
DIScopeRef getContext() const { return getFieldAs<DIScopeRef>(1); }
|
||||
DIScope getContext() const { return getFieldAs<DIScope>(1); }
|
||||
StringRef getFilename() const { return getFieldAs<DIFile>(2).getFilename(); }
|
||||
StringRef getDirectory() const {
|
||||
return getFieldAs<DIFile>(2).getDirectory();
|
||||
|
||||
Reference in New Issue
Block a user