mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-20 15:14:45 +00:00
9ffdc2b457
This is purely to make debugging easier for developers. Now that we moved to IR the print out of DIEs is lacking. This function will lazily parse DIE and use DWARFDie dump function. Reviewed By: Amir Differential Revision: https://reviews.llvm.org/D157354