mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-26 12:46:00 +00:00
Allow 4 as a valid debug info version.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187763 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4f4a190d9f
commit
99c22aaeed
@ -130,7 +130,7 @@ public:
|
||||
virtual const RelocAddrMap &infoDWORelocMap() const = 0;
|
||||
|
||||
static bool isSupportedVersion(unsigned version) {
|
||||
return version == 2 || version == 3;
|
||||
return version == 2 || version == 3 || version == 4;
|
||||
}
|
||||
private:
|
||||
/// Return the compile unit that includes an offset (relative to .debug_info).
|
||||
|
Loading…
x
Reference in New Issue
Block a user