mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
774d3cafca
The following issues are addressed in this patch. 1. The operands of DW_LNE_set_discriminator should be an ULEB128 number rather than an address. 2. Test the emitted opcodes. Reviewed By: jhenderson Differential Revision: https://reviews.llvm.org/D85717