[PATCH] D70643: [DebugInfo] Support for DW_OP_implicit_pointer (DW_OP_LLVM_implicit_pointer)

Alok Kumar Sharma via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 6 20:44:01 PST 2020


alok added a comment.

In D70643#1769810 <https://reviews.llvm.org/D70643#1769810>, @aprantl wrote:

> Can you please add an assembler round-trip test to test/IR that runs llvm-as | llvm-dis | llvm-as - | llvm-dis ? There are a bunch of examples in that directory.


Thanks @aprantl for your suggestion. Next version would have a testcase. Though the actual test case would need some changes from future patches, I would work-around that to just test the round-trip. Test case would be updated in future patch as needed.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70643/new/

https://reviews.llvm.org/D70643





More information about the llvm-commits mailing list