mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-12 03:10:03 +00:00

Gracefully handle non-1 stack sizes in printCompactDWARFExpr rather than assert. Add support for DW_OP_nop and test the zero-sized stack case. This is intended to be nearly NFC. Differential Revision: https://reviews.llvm.org/D147269