diff options
author | Heejin Ahn <aheejin@gmail.com> | 2018-03-02 00:39:16 +0000 |
---|---|---|
committer | Heejin Ahn <aheejin@gmail.com> | 2018-03-02 00:39:16 +0000 |
commit | 8b6af22e6034b68cf737005de46fbee6ab287ca2 (patch) | |
tree | bd076f2519b2052654859ec115015bc8096c3c22 /clang/docs/ClangCommandLineReference.rst | |
parent | 3f547fe8571c2bb6b3fd10bef6af08da1436bd85 (diff) | |
download | bcm5719-llvm-8b6af22e6034b68cf737005de46fbee6ab287ca2.tar.gz bcm5719-llvm-8b6af22e6034b68cf737005de46fbee6ab287ca2.zip |
[WebAssembly] Add exception handling option
Summary: Add exception handling option to clang.
Reviewers: dschuff
Subscribers: jfb, sbc100, jgravelle-google, sunfish, cfe-commits
Differential Revision: https://reviews.llvm.org/D43681
llvm-svn: 326517
Diffstat (limited to 'clang/docs/ClangCommandLineReference.rst')
-rw-r--r-- | clang/docs/ClangCommandLineReference.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/docs/ClangCommandLineReference.rst b/clang/docs/ClangCommandLineReference.rst index 595909eef07..0026f1fbd0b 100644 --- a/clang/docs/ClangCommandLineReference.rst +++ b/clang/docs/ClangCommandLineReference.rst @@ -2352,6 +2352,8 @@ WebAssembly .. option:: -msimd128, -mno-simd128 +.. option:: -mexception-handling, -mno-exception-handling + X86 --- .. option:: -m3dnow, -mno-3dnow |