[PATCH] D52748: [WebAssembly] LSDA info generation

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 9 08:12:37 PDT 2018


aheejin updated this revision to Diff 168803.
aheejin added a comment.

- Add original C++ code comment to test case


Repository:
  rL LLVM

https://reviews.llvm.org/D52748

Files:
  include/llvm/CodeGen/MachineFunction.h
  include/llvm/IR/IntrinsicsWebAssembly.td
  lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  lib/CodeGen/AsmPrinter/CMakeLists.txt
  lib/CodeGen/AsmPrinter/EHStreamer.cpp
  lib/CodeGen/AsmPrinter/EHStreamer.h
  lib/CodeGen/AsmPrinter/WasmException.cpp
  lib/CodeGen/AsmPrinter/WasmException.h
  lib/CodeGen/MachineFunction.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  lib/CodeGen/WasmEHPrepare.cpp
  lib/MC/MCObjectFileInfo.cpp
  lib/MC/WasmObjectWriter.cpp
  lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  lib/Target/WebAssembly/WebAssemblyInstrInfo.td
  lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
  test/CodeGen/WebAssembly/eh-lsda.ll
  test/CodeGen/WebAssembly/wasmehprepare.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52748.168803.patch
Type: text/x-patch
Size: 39311 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181009/e5c50c89/attachment-0001.bin>


More information about the llvm-commits mailing list