summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2018-04-09 21:30:20 +0000
committerTom Stellard <tstellar@redhat.com>2018-04-09 21:30:20 +0000
commitab474c24e0576eae923f25bb7f6aaddcd853daeb (patch)
tree5a4b17d2ae20c02da0801c9666344ad024c87e16
parent4cea2510abec0e5f6863c925a784948e3fd78d00 (diff)
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
-rw-r--r--docs/UsersManual.rst2
1 files changed, 1 insertions, 1 deletions
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