Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit c9d3180

Browse files
committed
[Docs] Regenerate command line documentation.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@320418 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 82c4206 commit c9d3180

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

docs/ClangCommandLineReference.rst

+22-8
Original file line numberDiff line numberDiff line change
@@ -1281,6 +1281,10 @@ Enable '\[\[\]\]' attributes in all C and C++ language modes
12811281

12821282
.. option:: -fdwarf-directory-asm, -fno-dwarf-directory-asm
12831283

1284+
.. option:: -fdwarf-exceptions
1285+
1286+
Use DWARF style exceptions
1287+
12841288
.. option:: -felide-constructors, -fno-elide-constructors
12851289

12861290
.. option:: -feliminate-unused-debug-symbols, -fno-eliminate-unused-debug-symbols
@@ -1357,6 +1361,10 @@ Implicitly search the file system for module map files.
13571361

13581362
.. option:: -finput-charset=<arg>
13591363

1364+
.. option:: -finstrument-function-entry-bare
1365+
1366+
Instrument function entry only, after inlining, without arguments to the instrumentation call
1367+
13601368
.. option:: -finstrument-functions
13611369

13621370
Generate calls to instrument function entry and exit
@@ -1678,6 +1686,10 @@ Turn on loop reroller
16781686

16791687
Generate a YAML optimization record file
16801688

1689+
.. option:: -fseh-exceptions
1690+
1691+
Use SEH style exceptions
1692+
16811693
.. option:: -fshort-enums, -fno-short-enums
16821694

16831695
Allocate to an enum type only as many bytes as it needs for the declared range of possible values
@@ -1706,18 +1718,10 @@ Which overload candidates to show when overload resolution fails: best\|all; def
17061718

17071719
Enable C++14 sized global deallocation functions
17081720

1709-
.. option:: -fdwarf-exceptions
1710-
1711-
Use DWARF style exceptions
1712-
17131721
.. option:: -fsjlj-exceptions
17141722

17151723
Use SjLj style exceptions
17161724

1717-
.. option:: -fseh-exceptions
1718-
1719-
Use SEH style exceptions
1720-
17211725
.. option:: -fslp-vectorize, -fno-slp-vectorize, -ftree-slp-vectorize
17221726

17231727
Enable the superword-level parallelism vectorization passes
@@ -1870,6 +1874,10 @@ Treat signed integer overflow as two's complement
18701874

18711875
Store string literals as writable data
18721876

1877+
.. option:: -fxray-always-emit-customevents, -fno-xray-always-emit-customevents
1878+
1879+
Determine whether to always emit \_\_xray\_customevent(...) calls even if the function it appears in is not always instrumented.
1880+
18731881
.. option:: -fxray-always-instrument=<arg>
18741882

18751883
Filename defining the whitelist for imbuing the 'always instrument' XRay attribute.
@@ -2298,6 +2306,8 @@ PowerPC
22982306

22992307
WebAssembly
23002308
-----------
2309+
.. option:: -mnontrapping-fptoint, -mno-nontrapping-fptoint
2310+
23012311
.. option:: -msimd128, -mno-simd128
23022312

23032313
X86
@@ -2356,6 +2366,8 @@ X86
23562366

23572367
.. option:: -mfxsr, -mno-fxsr
23582368

2369+
.. option:: -mibt, -mno-ibt
2370+
23592371
.. option:: -mlwp, -mno-lwp
23602372

23612373
.. option:: -mlzcnt, -mno-lzcnt
@@ -2388,6 +2400,8 @@ X86
23882400

23892401
.. option:: -msha, -mno-sha
23902402

2403+
.. option:: -mshstk, -mno-shstk
2404+
23912405
.. option:: -msse, -mno-sse
23922406

23932407
.. option:: -msse2, -mno-sse2

0 commit comments

Comments
 (0)