@@ -1281,6 +1281,10 @@ Enable '\[\[\]\]' attributes in all C and C++ language modes
1281
1281
1282
1282
.. option :: -fdwarf-directory-asm , -fno-dwarf-directory-asm
1283
1283
1284
+ .. option :: -fdwarf-exceptions
1285
+
1286
+ Use DWARF style exceptions
1287
+
1284
1288
.. option :: -felide-constructors , -fno-elide-constructors
1285
1289
1286
1290
.. option :: -feliminate-unused-debug-symbols , -fno-eliminate-unused-debug-symbols
@@ -1357,6 +1361,10 @@ Implicitly search the file system for module map files.
1357
1361
1358
1362
.. option :: -finput-charset= <arg >
1359
1363
1364
+ .. option :: -finstrument-function-entry-bare
1365
+
1366
+ Instrument function entry only, after inlining, without arguments to the instrumentation call
1367
+
1360
1368
.. option :: -finstrument-functions
1361
1369
1362
1370
Generate calls to instrument function entry and exit
@@ -1678,6 +1686,10 @@ Turn on loop reroller
1678
1686
1679
1687
Generate a YAML optimization record file
1680
1688
1689
+ .. option :: -fseh-exceptions
1690
+
1691
+ Use SEH style exceptions
1692
+
1681
1693
.. option :: -fshort-enums , -fno-short-enums
1682
1694
1683
1695
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
1706
1718
1707
1719
Enable C++14 sized global deallocation functions
1708
1720
1709
- .. option :: -fdwarf-exceptions
1710
-
1711
- Use DWARF style exceptions
1712
-
1713
1721
.. option :: -fsjlj-exceptions
1714
1722
1715
1723
Use SjLj style exceptions
1716
1724
1717
- .. option :: -fseh-exceptions
1718
-
1719
- Use SEH style exceptions
1720
-
1721
1725
.. option :: -fslp-vectorize , -fno-slp-vectorize , -ftree-slp-vectorize
1722
1726
1723
1727
Enable the superword-level parallelism vectorization passes
@@ -1870,6 +1874,10 @@ Treat signed integer overflow as two's complement
1870
1874
1871
1875
Store string literals as writable data
1872
1876
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
+
1873
1881
.. option :: -fxray-always-instrument= <arg >
1874
1882
1875
1883
Filename defining the whitelist for imbuing the 'always instrument' XRay attribute.
@@ -2298,6 +2306,8 @@ PowerPC
2298
2306
2299
2307
WebAssembly
2300
2308
-----------
2309
+ .. option :: -mnontrapping-fptoint , -mno-nontrapping-fptoint
2310
+
2301
2311
.. option :: -msimd128 , -mno-simd128
2302
2312
2303
2313
X86
@@ -2356,6 +2366,8 @@ X86
2356
2366
2357
2367
.. option :: -mfxsr , -mno-fxsr
2358
2368
2369
+ .. option :: -mibt , -mno-ibt
2370
+
2359
2371
.. option :: -mlwp , -mno-lwp
2360
2372
2361
2373
.. option :: -mlzcnt , -mno-lzcnt
@@ -2388,6 +2400,8 @@ X86
2388
2400
2389
2401
.. option :: -msha , -mno-sha
2390
2402
2403
+ .. option :: -mshstk , -mno-shstk
2404
+
2391
2405
.. option :: -msse , -mno-sse
2392
2406
2393
2407
.. option :: -msse2 , -mno-sse2
0 commit comments