[PATCH] D77353: [WebAssembly] Add DW_OP_WASM_location_int
    Yury Delendik via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Apr  9 13:50:36 PDT 2020
    
    
  
yurydelendik added a comment.
In D77353#1972809 <https://reviews.llvm.org/D77353#1972809>, @aardappel wrote:
> @yurydelendik how would you change ` Descriptions[DW_OP_WASM_location] = Desc(Op::Dwarf4, Op::SizeLEB, Op::SignedSizeLEB);` to make it variadic?
I was hoping to test the code I suggested in the comment above at https://reviews.llvm.org/D77353#1959871 , which changes the above to `Descriptions[DW_OP_WASM_location] = Desc(Op::Dwarf4, Op::SizeLEB, Op::WasmLocationArg);`. I'll try to test my idea in couple of days.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77353/new/
https://reviews.llvm.org/D77353
    
    
More information about the llvm-commits
mailing list