mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-14 12:12:07 +00:00
As a prelude to the rest of DWARF5 being supported go ahead and accept
version 5 in llvm-dwarfdump. llvm-svn: 256515
This commit is contained in:
parent
00049502a1
commit
8562493f6a
@ -218,7 +218,7 @@ public:
|
||||
virtual StringRef getTUIndexSection() = 0;
|
||||
|
||||
static bool isSupportedVersion(unsigned version) {
|
||||
return version == 2 || version == 3 || version == 4;
|
||||
return version == 2 || version == 3 || version == 4 || version == 5;
|
||||
}
|
||||
private:
|
||||
/// Return the compile unit that includes an offset (relative to .debug_info).
|
||||
|
Loading…
x
Reference in New Issue
Block a user