Skip to content

Commit

Permalink
Revert "[DWARF] Support 'G' in dwarf parser"
Browse files Browse the repository at this point in the history
This reverts commit 4c71c33.
  • Loading branch information
fmayer committed Jun 8, 2022
1 parent 6fb4fe7 commit 0d54a87
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
4 changes: 0 additions & 4 deletions llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
Expand Up @@ -1138,10 +1138,6 @@ Error DWARFDebugFrame::parse(DWARFDataExtractor Data) {
// B-Key is used for signing functions associated with this
// augmentation string
break;
// This stack frame contains MTE tagged data, so needs to be
// untagged on unwind.
case 'G':
break;
}
}

Expand Down
16 changes: 0 additions & 16 deletions llvm/test/DebugInfo/AArch64/stack-tagging-cfi.s

This file was deleted.

0 comments on commit 0d54a87

Please sign in to comment.