This revision was automatically updated to reflect the committed changes.
Closed by commit rL326517: [WebAssembly] Add exception handling option
(authored by aheejin, committed by ).
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
https://reviews.llvm.org/D43681
Files:
cfe/trun
dschuff accepted this revision.
dschuff added a comment.
This revision is now accepted and ready to land.
This flag turns on CPU features (i.e. there's one for each new wasm feature
proposal that has to be feature-detected), so I think this makes sense to be
consistent with all the others. I cou
sbc100 added a comment.
Don't we already have `-fexceptions` and `-fno-exceptions` for this?
Repository:
rC Clang
https://reviews.llvm.org/D43681
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listin
aheejin created this revision.
aheejin added a reviewer: dschuff.
Herald added subscribers: cfe-commits, sunfish, jgravelle-google, sbc100, jfb.
Add exception handling option to clang.
Repository:
rC Clang
https://reviews.llvm.org/D43681
Files:
docs/ClangCommandLineReference.rst
include/