Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LLVM bpEVL
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lorenzo Albano
LLVM bpEVL
Commits
188252dd
Commit
188252dd
authored
7 years ago
by
Craig Topper
Browse files
Options
Downloads
Patches
Plain Diff
[Docs] Regenerate command line documentation.
llvm-svn: 320418
parent
ab5f6aaa
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
clang/docs/ClangCommandLineReference.rst
+22
-8
22 additions, 8 deletions
clang/docs/ClangCommandLineReference.rst
with
22 additions
and
8 deletions
clang/docs/ClangCommandLineReference.rst
+
22
−
8
View file @
188252dd
...
@@ -1281,6 +1281,10 @@ Enable '\[\[\]\]' attributes in all C and C++ language modes
...
@@ -1281,6 +1281,10 @@ Enable '\[\[\]\]' attributes in all C and C++ language modes
.. option:: -fdwarf-directory-asm, -fno-dwarf-directory-asm
.. option:: -fdwarf-directory-asm, -fno-dwarf-directory-asm
.. option:: -fdwarf-exceptions
Use DWARF style exceptions
.. option:: -felide-constructors, -fno-elide-constructors
.. option:: -felide-constructors, -fno-elide-constructors
.. option:: -feliminate-unused-debug-symbols, -fno-eliminate-unused-debug-symbols
.. option:: -feliminate-unused-debug-symbols, -fno-eliminate-unused-debug-symbols
...
@@ -1357,6 +1361,10 @@ Implicitly search the file system for module map files.
...
@@ -1357,6 +1361,10 @@ Implicitly search the file system for module map files.
.. option:: -finput-charset=<arg>
.. option:: -finput-charset=<arg>
.. option:: -finstrument-function-entry-bare
Instrument function entry only, after inlining, without arguments to the instrumentation call
.. option:: -finstrument-functions
.. option:: -finstrument-functions
Generate calls to instrument function entry and exit
Generate calls to instrument function entry and exit
...
@@ -1678,6 +1686,10 @@ Turn on loop reroller
...
@@ -1678,6 +1686,10 @@ Turn on loop reroller
Generate a YAML optimization record file
Generate a YAML optimization record file
.. option:: -fseh-exceptions
Use SEH style exceptions
.. option:: -fshort-enums, -fno-short-enums
.. option:: -fshort-enums, -fno-short-enums
Allocate to an enum type only as many bytes as it needs for the declared range of possible values
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,18 +1718,10 @@ Which overload candidates to show when overload resolution fails: best\|all; def
Enable C++14 sized global deallocation functions
Enable C++14 sized global deallocation functions
.. option:: -fdwarf-exceptions
Use DWARF style exceptions
.. option:: -fsjlj-exceptions
.. option:: -fsjlj-exceptions
Use SjLj style exceptions
Use SjLj style exceptions
.. option:: -fseh-exceptions
Use SEH style exceptions
.. option:: -fslp-vectorize, -fno-slp-vectorize, -ftree-slp-vectorize
.. option:: -fslp-vectorize, -fno-slp-vectorize, -ftree-slp-vectorize
Enable the superword-level parallelism vectorization passes
Enable the superword-level parallelism vectorization passes
...
@@ -1870,6 +1874,10 @@ Treat signed integer overflow as two's complement
...
@@ -1870,6 +1874,10 @@ Treat signed integer overflow as two's complement
Store string literals as writable data
Store string literals as writable data
.. option:: -fxray-always-emit-customevents, -fno-xray-always-emit-customevents
Determine whether to always emit \_\_xray\_customevent(...) calls even if the function it appears in is not always instrumented.
.. option:: -fxray-always-instrument=<arg>
.. option:: -fxray-always-instrument=<arg>
Filename defining the whitelist for imbuing the 'always instrument' XRay attribute.
Filename defining the whitelist for imbuing the 'always instrument' XRay attribute.
...
@@ -2298,6 +2306,8 @@ PowerPC
...
@@ -2298,6 +2306,8 @@ PowerPC
WebAssembly
WebAssembly
-----------
-----------
.. option:: -mnontrapping-fptoint, -mno-nontrapping-fptoint
.. option:: -msimd128, -mno-simd128
.. option:: -msimd128, -mno-simd128
X86
X86
...
@@ -2356,6 +2366,8 @@ X86
...
@@ -2356,6 +2366,8 @@ X86
.. option:: -mfxsr, -mno-fxsr
.. option:: -mfxsr, -mno-fxsr
.. option:: -mibt, -mno-ibt
.. option:: -mlwp, -mno-lwp
.. option:: -mlwp, -mno-lwp
.. option:: -mlzcnt, -mno-lzcnt
.. option:: -mlzcnt, -mno-lzcnt
...
@@ -2388,6 +2400,8 @@ X86
...
@@ -2388,6 +2400,8 @@ X86
.. option:: -msha, -mno-sha
.. option:: -msha, -mno-sha
.. option:: -mshstk, -mno-shstk
.. option:: -msse, -mno-sse
.. option:: -msse, -mno-sse
.. option:: -msse2, -mno-sse2
.. option:: -msse2, -mno-sse2
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment