forked from OSchip/llvm-project
parent
39a1e507ff
commit
f7d848d0b9
|
@ -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…
Reference in New Issue