-
include/llvm/BinaryFormat/ -
WebAssemblyDebugValueManager.h -
WebAssemblyDebugValueManager.cpp -
WebAssemblyExplicitLocals.cpp -
WebAssemblyInstrInfo.cpp -
test/DebugInfo/WebAssembly/
| | Event Timelineyurydelendik retitled this revision from [WIP] [WebAssembly] Add DBG_VALUE with local operands location in WebAssemblyExplicitLocals pass to [WebAssembly] Add DBG_VALUE with local operands location in WebAssemblyExplicitLocals pass. Herald added a project: Restricted Project. yurydelendik retitled this revision from [WebAssembly] Add DBG_VALUE with local operands location in WebAssemblyExplicitLocals pass to [WebAssembly] Use TargetIndex operands in DbgValue to track WebAssembly operands locations. This revision is now accepted and ready to land. This revision was automatically updated to reflect the committed changes. Path | Size |
---|
| | | include/ | llvm/ | BinaryFormat/ |
| | | 3 lines | | 2 lines | | | | | | 4 lines | | 37 lines | | 8 lines | | 4 lines | | 8 lines | | | | 2 lines | | | | 4 lines | | 1 line | | 8 lines | | 6 lines | | 4 lines | | 10 lines | | test/ | DebugInfo/ | WebAssembly/ |
| | | 74 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
162f258320a7 | df7105c0898e | b131ad0be284 | Yury Delendik | [WebAssembly] Add DBG_VALUE with local operands location in… (Show More…) | Jan 15 2019, 12:20 PM |
|
LLVM's list of vendor extensions is unfortunately not complete. (Pathces very welcome!) Have you checked that this enumerator is actually available? You might want to check libdwarf and the list of GNU extensions. Generally I would recommend using an enumerator that isn't close to the other GNU values, unless you also plan to add this to binutils etc.