From ab474c24e0576eae923f25bb7f6aaddcd853daeb Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Mon, 9 Apr 2018 21:30:20 +0000 Subject: Merging r329052: ------------------------------------------------------------------------ r329052 | hans | 2018-04-03 02:28:21 -0700 (Tue, 03 Apr 2018) | 1 line UsersManual.rst: update text for /GX- to match r328708 ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_60@329625 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/UsersManual.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UsersManual.rst b/docs/UsersManual.rst index 11f77e5879..fb6112d029 100644 --- a/docs/UsersManual.rst +++ b/docs/UsersManual.rst @@ -2741,7 +2741,7 @@ Execute ``clang-cl /?`` to see a list of supported options: /Gv Set __vectorcall as a default calling convention /Gw- Don't put each data item in its own section /Gw Put each data item in its own section - /GX- Enable exception handling + /GX- Disable exception handling /GX Enable exception handling /Gy- Don't put each function in its own section /Gy Put each function in its own section -- cgit v1.2.3