[PATCH] D77353: [WebAssembly] Add DW_OP_WASM_location_int
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 16 13:56:58 PDT 2020
sbc100 added a comment.
New relocation type and handling LGTM.
If one were being meticulous one might land this as three different changes:
1. Rename TargetIndex enum values. NFC.
2. Introduce the new relocation type (albeit with no uses)
3. The actual meat of the change.
Not necessary, I just noticed the logical split.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77353/new/
https://reviews.llvm.org/D77353
More information about the llvm-commits
mailing list