[PATCH] D43683: [WebAssembly] Add exception handling option and feature

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 23 15:34:20 PST 2018


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

- Add missing conditional variables


Repository:
  rL LLVM

https://reviews.llvm.org/D43683

Files:
  include/llvm/CodeGen/CommandFlags.def
  include/llvm/MC/MCTargetOptions.h
  lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  lib/CodeGen/TargetPassConfig.cpp
  lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp
  lib/Target/WebAssembly/WebAssembly.td
  lib/Target/WebAssembly/WebAssemblyInstrInfo.td
  lib/Target/WebAssembly/WebAssemblySubtarget.cpp
  lib/Target/WebAssembly/WebAssemblySubtarget.h
  lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43683.135722.patch
Type: text/x-patch
Size: 6723 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180223/6baea790/attachment.bin>


More information about the llvm-commits mailing list