]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/llvm/tools/clang/include/clang/Driver/CC1Options.td
Merge llvm, clang, lld, lldb, compiler-rt and libc++ r306325, and update
[FreeBSD/FreeBSD.git] / contrib / llvm / tools / clang / include / clang / Driver / CC1Options.td
1 //===--- CC1Options.td - Options for clang -cc1 ---------------------------===//
2 //
3 //                     The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 //
10 //  This file defines the options accepted by clang -cc1 and clang -cc1as.
11 //
12 //===----------------------------------------------------------------------===//
13
14 let Flags = [CC1Option, NoDriverOption] in {
15
16 //===----------------------------------------------------------------------===//
17 // Target Options
18 //===----------------------------------------------------------------------===//
19
20 let Flags = [CC1Option, CC1AsOption, NoDriverOption] in {
21
22 def target_cpu : Separate<["-"], "target-cpu">,
23   HelpText<"Target a specific cpu type">;
24 def target_feature : Separate<["-"], "target-feature">,
25   HelpText<"Target specific attributes">;
26 def triple : Separate<["-"], "triple">,
27   HelpText<"Specify target triple (e.g. i686-apple-darwin9)">;
28 def target_abi : Separate<["-"], "target-abi">,
29   HelpText<"Target a particular ABI type">;
30
31 }
32
33 def target_linker_version : Separate<["-"], "target-linker-version">,
34   HelpText<"Target linker version">;
35 def triple_EQ : Joined<["-"], "triple=">, Alias<triple>;
36 def mfpmath : Separate<["-"], "mfpmath">,
37   HelpText<"Which unit to use for fp math">;
38
39 //===----------------------------------------------------------------------===//
40 // Analyzer Options
41 //===----------------------------------------------------------------------===//
42
43 def analysis_UnoptimizedCFG : Flag<["-"], "unoptimized-cfg">,
44   HelpText<"Generate unoptimized CFGs for all analyses">;
45 def analysis_CFGAddImplicitDtors : Flag<["-"], "cfg-add-implicit-dtors">,
46   HelpText<"Add C++ implicit destructors to CFGs for all analyses">;
47
48 def analyzer_store : Separate<["-"], "analyzer-store">,
49   HelpText<"Source Code Analysis - Abstract Memory Store Models">;
50 def analyzer_store_EQ : Joined<["-"], "analyzer-store=">, Alias<analyzer_store>;
51
52 def analyzer_constraints : Separate<["-"], "analyzer-constraints">,
53   HelpText<"Source Code Analysis - Symbolic Constraint Engines">;
54 def analyzer_constraints_EQ : Joined<["-"], "analyzer-constraints=">,
55   Alias<analyzer_constraints>;
56
57 def analyzer_output : Separate<["-"], "analyzer-output">,
58   HelpText<"Source Code Analysis - Output Options">;
59 def analyzer_output_EQ : Joined<["-"], "analyzer-output=">,
60   Alias<analyzer_output>;
61
62 def analyzer_purge : Separate<["-"], "analyzer-purge">,
63   HelpText<"Source Code Analysis - Dead Symbol Removal Frequency">;
64 def analyzer_purge_EQ : Joined<["-"], "analyzer-purge=">, Alias<analyzer_purge>;
65
66 def analyzer_opt_analyze_headers : Flag<["-"], "analyzer-opt-analyze-headers">,
67   HelpText<"Force the static analyzer to analyze functions defined in header files">;
68 def analyzer_opt_analyze_nested_blocks : Flag<["-"], "analyzer-opt-analyze-nested-blocks">,
69   HelpText<"Analyze the definitions of blocks in addition to functions">;
70 def analyzer_display_progress : Flag<["-"], "analyzer-display-progress">,
71   HelpText<"Emit verbose output about the analyzer's progress">;
72 def analyze_function : Separate<["-"], "analyze-function">,
73   HelpText<"Run analysis on specific function">;
74 def analyze_function_EQ : Joined<["-"], "analyze-function=">, Alias<analyze_function>;
75 def analyzer_eagerly_assume : Flag<["-"], "analyzer-eagerly-assume">,
76   HelpText<"Eagerly assume the truth/falseness of some symbolic constraints">;
77 def trim_egraph : Flag<["-"], "trim-egraph">,
78   HelpText<"Only show error-related paths in the analysis graph">;
79 def analyzer_viz_egraph_graphviz : Flag<["-"], "analyzer-viz-egraph-graphviz">,
80   HelpText<"Display exploded graph using GraphViz">;
81 def analyzer_viz_egraph_ubigraph : Flag<["-"], "analyzer-viz-egraph-ubigraph">,
82   HelpText<"Display exploded graph using Ubigraph">;
83
84 def analyzer_inline_max_stack_depth : Separate<["-"], "analyzer-inline-max-stack-depth">,
85   HelpText<"Bound on stack depth while inlining (4 by default)">;
86 def analyzer_inline_max_stack_depth_EQ : Joined<["-"], "analyzer-inline-max-stack-depth=">, 
87   Alias<analyzer_inline_max_stack_depth>;
88   
89 def analyzer_inlining_mode : Separate<["-"], "analyzer-inlining-mode">,
90   HelpText<"Specify the function selection heuristic used during inlining">;
91 def analyzer_inlining_mode_EQ : Joined<["-"], "analyzer-inlining-mode=">, Alias<analyzer_inlining_mode>;
92
93 def analyzer_disable_retry_exhausted : Flag<["-"], "analyzer-disable-retry-exhausted">,
94   HelpText<"Do not re-analyze paths leading to exhausted nodes with a different strategy (may decrease code coverage)">;
95   
96 def analyzer_max_loop : Separate<["-"], "analyzer-max-loop">,
97   HelpText<"The maximum number of times the analyzer will go through a loop">;
98 def analyzer_stats : Flag<["-"], "analyzer-stats">,
99   HelpText<"Print internal analyzer statistics.">;
100
101 def analyzer_checker : Separate<["-"], "analyzer-checker">,
102   HelpText<"Choose analyzer checkers to enable">;
103 def analyzer_checker_EQ : Joined<["-"], "analyzer-checker=">,
104   Alias<analyzer_checker>;
105
106 def analyzer_disable_checker : Separate<["-"], "analyzer-disable-checker">,
107   HelpText<"Choose analyzer checkers to disable">;
108 def analyzer_disable_checker_EQ : Joined<["-"], "analyzer-disable-checker=">,
109   Alias<analyzer_disable_checker>;
110
111 def analyzer_disable_all_checks : Flag<["-"], "analyzer-disable-all-checks">,
112   HelpText<"Disable all static analyzer checks">;
113
114 def analyzer_checker_help : Flag<["-"], "analyzer-checker-help">,
115   HelpText<"Display the list of analyzer checkers that are available">;
116
117 def analyzer_list_enabled_checkers : Flag<["-"], "analyzer-list-enabled-checkers">,
118   HelpText<"Display the list of enabled analyzer checkers">;
119
120 def analyzer_config : Separate<["-"], "analyzer-config">,
121   HelpText<"Choose analyzer options to enable">;
122
123 //===----------------------------------------------------------------------===//
124 // Migrator Options
125 //===----------------------------------------------------------------------===//
126 def migrator_no_nsalloc_error : Flag<["-"], "no-ns-alloc-error">,
127   HelpText<"Do not error on use of NSAllocateCollectable/NSReallocateCollectable">;
128
129 def migrator_no_finalize_removal : Flag<["-"], "no-finalize-removal">,
130   HelpText<"Do not remove finalize method in gc mode">;
131
132 //===----------------------------------------------------------------------===//
133 // CodeGen Options
134 //===----------------------------------------------------------------------===//
135
136 let Flags = [CC1Option, CC1AsOption, NoDriverOption] in {
137 def debug_info_kind_EQ : Joined<["-"], "debug-info-kind=">;
138 def debug_info_macro : Flag<["-"], "debug-info-macro">,
139   HelpText<"Emit macro debug information">;
140 def dwarf_version_EQ : Joined<["-"], "dwarf-version=">;
141 def debugger_tuning_EQ : Joined<["-"], "debugger-tuning=">;
142 def fdebug_compilation_dir : Separate<["-"], "fdebug-compilation-dir">,
143   HelpText<"The compilation directory to embed in the debug info.">;
144 def dwarf_debug_flags : Separate<["-"], "dwarf-debug-flags">,
145   HelpText<"The string to embed in the Dwarf debug flags record.">;
146 def compress_debug_sections : Flag<["-", "--"], "compress-debug-sections">,
147     HelpText<"DWARF debug sections compression">;
148 def compress_debug_sections_EQ : Flag<["-"], "compress-debug-sections=">,
149     HelpText<"DWARF debug sections compression type">;
150 def mno_exec_stack : Flag<["-"], "mnoexecstack">,
151   HelpText<"Mark the file as not needing an executable stack">;
152 def massembler_fatal_warnings : Flag<["-"], "massembler-fatal-warnings">,
153   HelpText<"Make assembler warnings fatal">;
154 def mrelax_relocations : Flag<["--"], "mrelax-relocations">,
155     HelpText<"Use relaxable elf relocations">;
156 def msave_temp_labels : Flag<["-"], "msave-temp-labels">,
157   HelpText<"Save temporary labels in the symbol table. "
158            "Note this may change .s semantics and shouldn't generally be used "
159            "on compiler-generated code.">;
160 def mrelocation_model : Separate<["-"], "mrelocation-model">,
161   HelpText<"The relocation model to use">, Values<"static,pic,ropi,rwpi,ropi-rwpi,dynamic-no-pic">;
162 def fno_math_builtin : Flag<["-"], "fno-math-builtin">,
163   HelpText<"Disable implicit builtin knowledge of math functions">;
164 }
165
166 def disable_llvm_verifier : Flag<["-"], "disable-llvm-verifier">,
167   HelpText<"Don't run the LLVM IR verifier pass">;
168 def disable_llvm_passes : Flag<["-"], "disable-llvm-passes">,
169   HelpText<"Use together with -emit-llvm to get pristine LLVM IR from the "
170            "frontend by not running any LLVM passes at all">;
171 def disable_llvm_optzns : Flag<["-"], "disable-llvm-optzns">,
172   Alias<disable_llvm_passes>;
173 def disable_lifetimemarkers : Flag<["-"], "disable-lifetime-markers">,
174   HelpText<"Disable lifetime-markers emission even when optimizations are "
175            "enabled">;
176 def disable_O0_optnone : Flag<["-"], "disable-O0-optnone">,
177   HelpText<"Disable adding the optnone attribute to functions at O0">;
178 def disable_red_zone : Flag<["-"], "disable-red-zone">,
179   HelpText<"Do not emit code that uses the red zone.">;
180 def dwarf_column_info : Flag<["-"], "dwarf-column-info">,
181   HelpText<"Turn on column location information.">;
182 def split_dwarf : Flag<["-"], "split-dwarf">,
183   HelpText<"Split out the dwarf .dwo sections">;
184 def gnu_pubnames : Flag<["-"], "gnu-pubnames">,
185   HelpText<"Emit newer GNU style pubnames">;
186 def arange_sections : Flag<["-"], "arange_sections">,
187   HelpText<"Emit DWARF .debug_arange sections">;
188 def dwarf_ext_refs : Flag<["-"], "dwarf-ext-refs">,
189   HelpText<"Generate debug info with external references to clang modules"
190            " or precompiled headers">;
191 def fforbid_guard_variables : Flag<["-"], "fforbid-guard-variables">,
192   HelpText<"Emit an error if a C++ static local initializer would need a guard variable">;
193 def no_implicit_float : Flag<["-"], "no-implicit-float">,
194   HelpText<"Don't generate implicit floating point instructions">;
195 def fdump_vtable_layouts : Flag<["-"], "fdump-vtable-layouts">,
196   HelpText<"Dump the layouts of all vtables that will be emitted in a translation unit">;
197 def fmerge_functions : Flag<["-"], "fmerge-functions">,
198   HelpText<"Permit merging of identical functions when optimizing.">;
199 def femit_coverage_notes : Flag<["-"], "femit-coverage-notes">,
200   HelpText<"Emit a gcov coverage notes file when compiling.">;
201 def femit_coverage_data: Flag<["-"], "femit-coverage-data">,
202   HelpText<"Instrument the program to emit gcov coverage data when run.">;
203 def coverage_data_file : Separate<["-"], "coverage-data-file">,
204   HelpText<"Emit coverage data to this filename.">;
205 def coverage_data_file_EQ : Joined<["-"], "coverage-data-file=">,
206   Alias<coverage_data_file>;
207 def coverage_notes_file : Separate<["-"], "coverage-notes-file">,
208   HelpText<"Emit coverage notes to this filename.">;
209 def coverage_notes_file_EQ : Joined<["-"], "coverage-notes-file=">,
210   Alias<coverage_notes_file>;
211 def coverage_cfg_checksum : Flag<["-"], "coverage-cfg-checksum">,
212   HelpText<"Emit CFG checksum for functions in .gcno files.">;
213 def coverage_no_function_names_in_data : Flag<["-"], "coverage-no-function-names-in-data">,
214   HelpText<"Emit function names in .gcda files.">;
215 def coverage_exit_block_before_body : Flag<["-"], "coverage-exit-block-before-body">,
216   HelpText<"Emit the exit block before the body blocks in .gcno files.">;
217 def coverage_version_EQ : Joined<["-"], "coverage-version=">,
218   HelpText<"Four-byte version string for gcov files.">;
219 def test_coverage : Flag<["-"], "test-coverage">,
220   HelpText<"Do not generate coverage files or remove coverage changes from IR">;
221 def dump_coverage_mapping : Flag<["-"], "dump-coverage-mapping">,
222   HelpText<"Dump the coverage mapping records, for testing">;
223 def fuse_register_sized_bitfield_access: Flag<["-"], "fuse-register-sized-bitfield-access">,
224   HelpText<"Use register sized accesses to bit-fields, when possible.">;
225 def relaxed_aliasing : Flag<["-"], "relaxed-aliasing">,
226   HelpText<"Turn off Type Based Alias Analysis">;
227 def no_struct_path_tbaa : Flag<["-"], "no-struct-path-tbaa">,
228   HelpText<"Turn off struct-path aware Type Based Alias Analysis">;
229 def masm_verbose : Flag<["-"], "masm-verbose">,
230   HelpText<"Generate verbose assembly output">;
231 def mcode_model : Separate<["-"], "mcode-model">,
232   HelpText<"The code model to use">, Values<"small,kernel,medium,large">;
233 def mdebug_pass : Separate<["-"], "mdebug-pass">,
234   HelpText<"Enable additional debug output">;
235 def mdisable_fp_elim : Flag<["-"], "mdisable-fp-elim">,
236   HelpText<"Disable frame pointer elimination optimization">;
237 def mdisable_tail_calls : Flag<["-"], "mdisable-tail-calls">,
238   HelpText<"Disable tail call optimization, keeping the call stack accurate">;
239 def menable_no_infinities : Flag<["-"], "menable-no-infs">,
240   HelpText<"Allow optimization to assume there are no infinities.">;
241 def menable_no_nans : Flag<["-"], "menable-no-nans">,
242   HelpText<"Allow optimization to assume there are no NaNs.">;
243 def menable_unsafe_fp_math : Flag<["-"], "menable-unsafe-fp-math">,
244   HelpText<"Allow unsafe floating-point math optimizations which may decrease "
245            "precision">;
246 def mfloat_abi : Separate<["-"], "mfloat-abi">,
247   HelpText<"The float ABI to use">;
248 def mlimit_float_precision : Separate<["-"], "mlimit-float-precision">,
249   HelpText<"Limit float precision to the given value">;
250 def split_stacks : Flag<["-"], "split-stacks">,
251   HelpText<"Try to use a split stack if possible.">;
252 def mno_zero_initialized_in_bss : Flag<["-"], "mno-zero-initialized-in-bss">,
253   HelpText<"Do not put zero initialized data in the BSS">;
254 def backend_option : Separate<["-"], "backend-option">,
255   HelpText<"Additional arguments to forward to LLVM backend (during code gen)">;
256 def mregparm : Separate<["-"], "mregparm">,
257   HelpText<"Limit the number of registers available for integer arguments">;
258 def munwind_tables : Flag<["-"], "munwind-tables">,
259   HelpText<"Generate unwinding tables for all functions">;
260 def mconstructor_aliases : Flag<["-"], "mconstructor-aliases">,
261   HelpText<"Emit complete constructors and destructors as aliases when possible">;
262 def mlink_bitcode_file : Separate<["-"], "mlink-bitcode-file">,
263   HelpText<"Link the given bitcode file before performing optimizations.">;
264 def mlink_cuda_bitcode : Separate<["-"], "mlink-cuda-bitcode">,
265   HelpText<"Link and internalize needed symbols from the given bitcode file "
266            "before performing optimizations.">;
267 def vectorize_loops : Flag<["-"], "vectorize-loops">,
268   HelpText<"Run the Loop vectorization passes">;
269 def vectorize_slp : Flag<["-"], "vectorize-slp">,
270   HelpText<"Run the SLP vectorization passes">;
271 def vectorize_slp_aggressive : Flag<["-"], "vectorize-slp-aggressive">,
272   HelpText<"Run the BB vectorization passes">;
273 def dependent_lib : Joined<["--"], "dependent-lib=">,
274   HelpText<"Add dependent library">;
275 def linker_option : Joined<["--"], "linker-option=">,
276   HelpText<"Add linker option">;
277 def fsanitize_coverage_type : Joined<["-"], "fsanitize-coverage-type=">,
278                               HelpText<"Sanitizer coverage type">;
279 def fsanitize_coverage_indirect_calls
280     : Flag<["-"], "fsanitize-coverage-indirect-calls">,
281       HelpText<"Enable sanitizer coverage for indirect calls">;
282 def fsanitize_coverage_trace_bb
283     : Flag<["-"], "fsanitize-coverage-trace-bb">,
284       HelpText<"Enable basic block tracing in sanitizer coverage">;
285 def fsanitize_coverage_trace_cmp
286     : Flag<["-"], "fsanitize-coverage-trace-cmp">,
287       HelpText<"Enable cmp instruction tracing in sanitizer coverage">;
288 def fsanitize_coverage_trace_div
289     : Flag<["-"], "fsanitize-coverage-trace-div">,
290       HelpText<"Enable div instruction tracing in sanitizer coverage">;
291 def fsanitize_coverage_trace_gep
292     : Flag<["-"], "fsanitize-coverage-trace-gep">,
293       HelpText<"Enable gep instruction tracing in sanitizer coverage">;
294 def fsanitize_coverage_8bit_counters
295     : Flag<["-"], "fsanitize-coverage-8bit-counters">,
296       HelpText<"Enable frequency counters in sanitizer coverage">;
297 def fsanitize_coverage_inline_8bit_counters
298     : Flag<["-"], "fsanitize-coverage-inline-8bit-counters">,
299       HelpText<"Enable inline 8-bit counters in sanitizer coverage">;
300 def fsanitize_coverage_trace_pc
301     : Flag<["-"], "fsanitize-coverage-trace-pc">,
302       HelpText<"Enable PC tracing in sanitizer coverage">;
303 def fsanitize_coverage_trace_pc_guard
304     : Flag<["-"], "fsanitize-coverage-trace-pc-guard">,
305       HelpText<"Enable PC tracing with guard in sanitizer coverage">;
306 def fsanitize_coverage_no_prune
307     : Flag<["-"], "fsanitize-coverage-no-prune">,
308       HelpText<"Disable coverage pruning (i.e. instrument all blocks/edges)">;
309 def fprofile_instrument_EQ : Joined<["-"], "fprofile-instrument=">,
310     HelpText<"Enable PGO instrumentation. The accepted value is clang, llvm, "
311              "or none">, Values<"none,clang,llvm">;
312 def fprofile_instrument_path_EQ : Joined<["-"], "fprofile-instrument-path=">,
313     HelpText<"Generate instrumented code to collect execution counts into "
314              "<file> (overridden by LLVM_PROFILE_FILE env var)">;
315 def fprofile_instrument_use_path_EQ :
316     Joined<["-"], "fprofile-instrument-use-path=">,
317     HelpText<"Specify the profile path in PGO use compilation">;
318 def flto_visibility_public_std:
319     Flag<["-"], "flto-visibility-public-std">,
320     HelpText<"Use public LTO visibility for classes in std and stdext namespaces">;
321 def flto_unit: Flag<["-"], "flto-unit">,
322     HelpText<"Emit IR to support LTO unit features (CFI, whole program vtable opt)">;
323 def fno_lto_unit: Flag<["-"], "fno-lto-unit">;
324 def fthin_link_bitcode_EQ : Joined<["-"], "fthin-link-bitcode=">,
325     HelpText<"Write minimized bitcode to <file> for the ThinLTO thin link only">;
326
327 //===----------------------------------------------------------------------===//
328 // Dependency Output Options
329 //===----------------------------------------------------------------------===//
330
331 def sys_header_deps : Flag<["-"], "sys-header-deps">,
332   HelpText<"Include system headers in dependency output">;
333 def module_file_deps : Flag<["-"], "module-file-deps">,
334   HelpText<"Include module files in dependency output">;
335 def header_include_file : Separate<["-"], "header-include-file">,
336   HelpText<"Filename (or -) to write header include output to">;
337 def show_includes : Flag<["--"], "show-includes">,
338   HelpText<"Print cl.exe style /showIncludes to stdout">;
339
340 //===----------------------------------------------------------------------===//
341 // Diagnostic Options
342 //===----------------------------------------------------------------------===//
343
344 def diagnostic_log_file : Separate<["-"], "diagnostic-log-file">,
345   HelpText<"Filename (or -) to log diagnostics to">;
346 def diagnostic_serialized_file : Separate<["-"], "serialize-diagnostic-file">,
347   MetaVarName<"<filename>">,
348   HelpText<"File for serializing diagnostics in a binary format">;
349
350 def fdiagnostics_format : Separate<["-"], "fdiagnostics-format">,
351   HelpText<"Change diagnostic formatting to match IDE and command line tools">, Values<"clang,msvc,msvc-fallback,vi">;
352 def fdiagnostics_show_category : Separate<["-"], "fdiagnostics-show-category">,
353   HelpText<"Print diagnostic category">, Values<"none,id,name">;
354 def fno_diagnostics_use_presumed_location : Flag<["-"], "fno-diagnostics-use-presumed-location">,
355   HelpText<"Ignore #line directives when displaying diagnostic locations">;
356 def ftabstop : Separate<["-"], "ftabstop">, MetaVarName<"<N>">,
357   HelpText<"Set the tab stop distance.">;
358 def ferror_limit : Separate<["-"], "ferror-limit">, MetaVarName<"<N>">,
359   HelpText<"Set the maximum number of errors to emit before stopping (0 = no limit).">;
360 def fmacro_backtrace_limit : Separate<["-"], "fmacro-backtrace-limit">, MetaVarName<"<N>">,
361   HelpText<"Set the maximum number of entries to print in a macro expansion backtrace (0 = no limit).">;
362 def ftemplate_backtrace_limit : Separate<["-"], "ftemplate-backtrace-limit">, MetaVarName<"<N>">,
363   HelpText<"Set the maximum number of entries to print in a template instantiation backtrace (0 = no limit).">;
364 def fconstexpr_backtrace_limit : Separate<["-"], "fconstexpr-backtrace-limit">, MetaVarName<"<N>">,
365   HelpText<"Set the maximum number of entries to print in a constexpr evaluation backtrace (0 = no limit).">;
366 def fspell_checking_limit : Separate<["-"], "fspell-checking-limit">, MetaVarName<"<N>">,
367   HelpText<"Set the maximum number of times to perform spell checking on unrecognized identifiers (0 = no limit).">;
368 def fcaret_diagnostics_max_lines :
369   Separate<["-"], "fcaret-diagnostics-max-lines">, MetaVarName<"<N>">,
370   HelpText<"Set the maximum number of source lines to show in a caret diagnostic">;
371 def fmessage_length : Separate<["-"], "fmessage-length">, MetaVarName<"<N>">,
372   HelpText<"Format message diagnostics so that they fit within N columns or fewer, when possible.">;
373 def verify : Flag<["-"], "verify">,
374   HelpText<"Verify diagnostic output using comment directives">;
375 def verify_ignore_unexpected : Flag<["-"], "verify-ignore-unexpected">,
376   HelpText<"Ignore unexpected diagnostic messages">;
377 def verify_ignore_unexpected_EQ : CommaJoined<["-"], "verify-ignore-unexpected=">,
378   HelpText<"Ignore unexpected diagnostic messages">;
379 def Wno_rewrite_macros : Flag<["-"], "Wno-rewrite-macros">,
380   HelpText<"Silence ObjC rewriting warnings">;
381
382 //===----------------------------------------------------------------------===//
383 // Frontend Options
384 //===----------------------------------------------------------------------===//
385
386 // This isn't normally used, it is just here so we can parse a
387 // CompilerInvocation out of a driver-derived argument vector.
388 def cc1 : Flag<["-"], "cc1">;
389 def cc1as : Flag<["-"], "cc1as">;
390
391 def ast_merge : Separate<["-"], "ast-merge">,
392   MetaVarName<"<ast file>">,
393   HelpText<"Merge the given AST file into the translation unit being compiled.">;
394 def aux_triple : Separate<["-"], "aux-triple">,
395   HelpText<"Auxiliary target triple.">;
396 def code_completion_at : Separate<["-"], "code-completion-at">,
397   MetaVarName<"<file>:<line>:<column>">,
398   HelpText<"Dump code-completion information at a location">;
399 def remap_file : Separate<["-"], "remap-file">,
400   MetaVarName<"<from>;<to>">,
401   HelpText<"Replace the contents of the <from> file with the contents of the <to> file">;
402 def code_completion_at_EQ : Joined<["-"], "code-completion-at=">,
403   Alias<code_completion_at>;
404 def code_completion_macros : Flag<["-"], "code-completion-macros">,
405   HelpText<"Include macros in code-completion results">;
406 def code_completion_patterns : Flag<["-"], "code-completion-patterns">,
407   HelpText<"Include code patterns in code-completion results">;
408 def no_code_completion_globals : Flag<["-"], "no-code-completion-globals">,
409   HelpText<"Do not include global declarations in code-completion results.">;
410 def code_completion_brief_comments : Flag<["-"], "code-completion-brief-comments">,
411   HelpText<"Include brief documentation comments in code-completion results.">;
412 def disable_free : Flag<["-"], "disable-free">,
413   HelpText<"Disable freeing of memory on exit">;
414 def discard_value_names : Flag<["-"], "discard-value-names">,
415   HelpText<"Discard value names in LLVM IR">;
416 def load : Separate<["-"], "load">, MetaVarName<"<dsopath>">,
417   HelpText<"Load the named plugin (dynamic shared object)">;
418 def plugin : Separate<["-"], "plugin">, MetaVarName<"<name>">,
419   HelpText<"Use the named plugin action instead of the default action (use \"help\" to list available options)">;
420 def plugin_arg : JoinedAndSeparate<["-"], "plugin-arg-">,
421     MetaVarName<"<name> <arg>">,
422     HelpText<"Pass <arg> to plugin <name>">;
423 def add_plugin : Separate<["-"], "add-plugin">, MetaVarName<"<name>">,
424   HelpText<"Use the named plugin action in addition to the default action">;
425 def ast_dump_filter : Separate<["-"], "ast-dump-filter">,
426   MetaVarName<"<dump_filter>">,
427   HelpText<"Use with -ast-dump or -ast-print to dump/print only AST declaration"
428            " nodes having a certain substring in a qualified name. Use"
429            " -ast-list to list all filterable declaration node names.">;
430 def fno_modules_global_index : Flag<["-"], "fno-modules-global-index">,
431   HelpText<"Do not automatically generate or update the global module index">;
432 def fno_modules_error_recovery : Flag<["-"], "fno-modules-error-recovery">,
433   HelpText<"Do not automatically import modules for error recovery">;
434 def fmodule_map_file_home_is_cwd : Flag<["-"], "fmodule-map-file-home-is-cwd">,
435   HelpText<"Use the current working directory as the home directory of "
436            "module maps specified by -fmodule-map-file=<FILE>">;
437 def fmodule_feature : Separate<["-"], "fmodule-feature">,
438   MetaVarName<"<feature>">,
439   HelpText<"Enable <feature> in module map requires declarations">;
440 def fmodules_embed_file_EQ : Joined<["-"], "fmodules-embed-file=">,
441   MetaVarName<"<file>">,
442   HelpText<"Embed the contents of the specified file into the module file "
443            "being compiled.">;
444 def fmodules_embed_all_files : Joined<["-"], "fmodules-embed-all-files">,
445   HelpText<"Embed the contents of all files read by this compilation into "
446            "the produced module file.">;
447 def fmodules_local_submodule_visibility :
448   Flag<["-"], "fmodules-local-submodule-visibility">,
449   HelpText<"Enforce name visibility rules across submodules of the same "
450            "top-level module.">;
451 def fmodules_codegen :
452   Flag<["-"], "fmodules-codegen">,
453   HelpText<"Generate code for uses of this module that assumes an explicit "
454            "object file will be built for the module">;
455 def fmodules_debuginfo :
456   Flag<["-"], "fmodules-debuginfo">,
457   HelpText<"Generate debug info for types in an object file built from this "
458            "module and do not generate them elsewhere">;
459 def fmodule_format_EQ : Joined<["-"], "fmodule-format=">,
460   HelpText<"Select the container format for clang modules and PCH. "
461            "Supported options are 'raw' and 'obj'.">;
462 def ftest_module_file_extension_EQ :
463   Joined<["-"], "ftest-module-file-extension=">,
464   HelpText<"introduce a module file extension for testing purposes. "
465            "The argument is parsed as blockname:major:minor:hashed:user info">;
466 def fconcepts_ts : Flag<["-"], "fconcepts-ts">,
467   HelpText<"Enable C++ Extensions for Concepts.">;
468
469 let Group = Action_Group in {
470
471 def Eonly : Flag<["-"], "Eonly">,
472   HelpText<"Just run preprocessor, no output (for timings)">;
473 def dump_raw_tokens : Flag<["-"], "dump-raw-tokens">,
474   HelpText<"Lex file in raw mode and dump raw tokens">;
475 def analyze : Flag<["-"], "analyze">,
476   HelpText<"Run static analysis engine">;
477 def dump_tokens : Flag<["-"], "dump-tokens">,
478   HelpText<"Run preprocessor, dump internal rep of tokens">;
479 def init_only : Flag<["-"], "init-only">,
480   HelpText<"Only execute frontend initialization">;
481 def fixit : Flag<["-"], "fixit">,
482   HelpText<"Apply fix-it advice to the input source">;
483 def fixit_EQ : Joined<["-"], "fixit=">,
484   HelpText<"Apply fix-it advice creating a file with the given suffix">;
485 def print_preamble : Flag<["-"], "print-preamble">,
486   HelpText<"Print the \"preamble\" of a file, which is a candidate for implicit"
487            " precompiled headers.">;
488 def emit_html : Flag<["-"], "emit-html">,
489   HelpText<"Output input source as HTML">;
490 def ast_print : Flag<["-"], "ast-print">,
491   HelpText<"Build ASTs and then pretty-print them">;
492 def ast_list : Flag<["-"], "ast-list">,
493   HelpText<"Build ASTs and print the list of declaration node qualified names">;
494 def ast_dump : Flag<["-"], "ast-dump">,
495   HelpText<"Build ASTs and then debug dump them">;
496 def ast_dump_all : Flag<["-"], "ast-dump-all">,
497   HelpText<"Build ASTs and then debug dump them, forcing deserialization">;
498 def ast_dump_lookups : Flag<["-"], "ast-dump-lookups">,
499   HelpText<"Build ASTs and then debug dump their name lookup tables">;
500 def ast_view : Flag<["-"], "ast-view">,
501   HelpText<"Build ASTs and view them with GraphViz">;
502 def print_decl_contexts : Flag<["-"], "print-decl-contexts">,
503   HelpText<"Print DeclContexts and their Decls">;
504 def emit_module : Flag<["-"], "emit-module">,
505   HelpText<"Generate pre-compiled module file from a module map">;
506 def emit_module_interface : Flag<["-"], "emit-module-interface">,
507   HelpText<"Generate pre-compiled module file from a C++ module interface">;
508 def emit_pth : Flag<["-"], "emit-pth">,
509   HelpText<"Generate pre-tokenized header file">;
510 def emit_pch : Flag<["-"], "emit-pch">,
511   HelpText<"Generate pre-compiled header file">;
512 def emit_llvm_bc : Flag<["-"], "emit-llvm-bc">,
513   HelpText<"Build ASTs then convert to LLVM, emit .bc file">;
514 def emit_llvm_only : Flag<["-"], "emit-llvm-only">,
515   HelpText<"Build ASTs and convert to LLVM, discarding output">;
516 def emit_codegen_only : Flag<["-"], "emit-codegen-only">,
517   HelpText<"Generate machine code, but discard output">;
518 def emit_obj : Flag<["-"], "emit-obj">,
519   HelpText<"Emit native object files">;
520 def rewrite_test : Flag<["-"], "rewrite-test">,
521   HelpText<"Rewriter playground">;
522 def rewrite_macros : Flag<["-"], "rewrite-macros">,
523   HelpText<"Expand macros without full preprocessing">;
524 def migrate : Flag<["-"], "migrate">,
525   HelpText<"Migrate source code">;
526 }
527
528 def emit_llvm_uselists : Flag<["-"], "emit-llvm-uselists">,
529   HelpText<"Preserve order of LLVM use-lists when serializing">;
530 def no_emit_llvm_uselists : Flag<["-"], "no-emit-llvm-uselists">,
531   HelpText<"Don't preserve order of LLVM use-lists when serializing">;
532
533 def mt_migrate_directory : Separate<["-"], "mt-migrate-directory">,
534   HelpText<"Directory for temporary files produced during ARC or ObjC migration">;
535 def arcmt_check : Flag<["-"], "arcmt-check">,
536   HelpText<"Check for ARC migration issues that need manual handling">;
537 def arcmt_modify : Flag<["-"], "arcmt-modify">,
538   HelpText<"Apply modifications to files to conform to ARC">;
539 def arcmt_migrate : Flag<["-"], "arcmt-migrate">,
540   HelpText<"Apply modifications and produces temporary files that conform to ARC">;
541
542 def opt_record_file : Separate<["-"], "opt-record-file">,
543   HelpText<"File name to use for YAML optimization record output">;
544
545 def print_stats : Flag<["-"], "print-stats">,
546   HelpText<"Print performance metrics and statistics">;
547 def stats_file : Joined<["-"], "stats-file=">,
548   HelpText<"Filename to write statistics to">;
549 def fdump_record_layouts : Flag<["-"], "fdump-record-layouts">,
550   HelpText<"Dump record layout information">;
551 def fdump_record_layouts_simple : Flag<["-"], "fdump-record-layouts-simple">,
552   HelpText<"Dump record layout information in a simple form used for testing">;
553 def fix_what_you_can : Flag<["-"], "fix-what-you-can">,
554   HelpText<"Apply fix-it advice even in the presence of unfixable errors">;
555 def fix_only_warnings : Flag<["-"], "fix-only-warnings">,
556   HelpText<"Apply fix-it advice only for warnings, not errors">;
557 def fixit_recompile : Flag<["-"], "fixit-recompile">,
558   HelpText<"Apply fix-it changes and recompile">;
559 def fixit_to_temp : Flag<["-"], "fixit-to-temporary">,
560   HelpText<"Apply fix-it changes to temporary files">;
561
562 def foverride_record_layout_EQ : Joined<["-"], "foverride-record-layout=">,
563   HelpText<"Override record layouts with those in the given file">;
564 def find_pch_source_EQ : Joined<["-"], "find-pch-source=">,
565   HelpText<"When building a pch, try to find the input file in include "
566            "directories, as if it had been included by the argument passed "
567            "to this flag.">;
568 def fno_pch_timestamp : Flag<["-"], "fno-pch-timestamp">,
569   HelpText<"Disable inclusion of timestamp in precompiled headers">;
570   
571 //===----------------------------------------------------------------------===//
572 // Language Options
573 //===----------------------------------------------------------------------===//
574
575 let Flags = [CC1Option, CC1AsOption, NoDriverOption] in {
576
577 def version : Flag<["-"], "version">,
578   HelpText<"Print the compiler version">;
579 def main_file_name : Separate<["-"], "main-file-name">,
580   HelpText<"Main file name to use for debug info">;
581
582 }
583
584 def fblocks_runtime_optional : Flag<["-"], "fblocks-runtime-optional">,
585   HelpText<"Weakly link in the blocks runtime">;
586 def fexternc_nounwind : Flag<["-"], "fexternc-nounwind">,
587   HelpText<"Assume all functions with C linkage do not unwind">;
588 def enable_split_dwarf : Flag<["-"], "enable-split-dwarf">,
589   HelpText<"Use split dwarf/Fission">;
590 def split_dwarf_file : Separate<["-"], "split-dwarf-file">,
591   HelpText<"File name to use for split dwarf debug info output">;
592 def fno_wchar : Flag<["-"], "fno-wchar">,
593   HelpText<"Disable C++ builtin type wchar_t">;
594 def fconstant_string_class : Separate<["-"], "fconstant-string-class">,
595   MetaVarName<"<class name>">,
596   HelpText<"Specify the class to use for constant Objective-C string objects.">;
597 def fobjc_arc_cxxlib_EQ : Joined<["-"], "fobjc-arc-cxxlib=">,
598   HelpText<"Objective-C++ Automatic Reference Counting standard library kind">, Values<"libc++,libstdc++,none">;
599 def fobjc_runtime_has_weak : Flag<["-"], "fobjc-runtime-has-weak">,
600   HelpText<"The target Objective-C runtime supports ARC weak operations">;
601 def fobjc_dispatch_method_EQ : Joined<["-"], "fobjc-dispatch-method=">,
602   HelpText<"Objective-C dispatch method to use">, Values<"legacy,non-legacy,mixed">;
603 def disable_objc_default_synthesize_properties : Flag<["-"], "disable-objc-default-synthesize-properties">,
604   HelpText<"disable the default synthesis of Objective-C properties">;
605 def fencode_extended_block_signature : Flag<["-"], "fencode-extended-block-signature">,
606   HelpText<"enable extended encoding of block type signature">;
607 def pic_level : Separate<["-"], "pic-level">,
608   HelpText<"Value for __PIC__">;
609 def pic_is_pie : Flag<["-"], "pic-is-pie">,
610   HelpText<"File is for a position independent executable">;
611 def fno_validate_pch : Flag<["-"], "fno-validate-pch">,
612   HelpText<"Disable validation of precompiled headers">;
613 def fallow_pch_with_errors : Flag<["-"], "fallow-pch-with-compiler-errors">,
614   HelpText<"Accept a PCH file that was created with compiler errors">;
615 def dump_deserialized_pch_decls : Flag<["-"], "dump-deserialized-decls">,
616   HelpText<"Dump declarations that are deserialized from PCH, for testing">;
617 def error_on_deserialized_pch_decl : Separate<["-"], "error-on-deserialized-decl">,
618   HelpText<"Emit error if a specific declaration is deserialized from PCH, for testing">;
619 def error_on_deserialized_pch_decl_EQ : Joined<["-"], "error-on-deserialized-decl=">,
620   Alias<error_on_deserialized_pch_decl>;
621 def static_define : Flag<["-"], "static-define">,
622   HelpText<"Should __STATIC__ be defined">;
623 def stack_protector : Separate<["-"], "stack-protector">,
624   HelpText<"Enable stack protectors">;
625 def stack_protector_buffer_size : Separate<["-"], "stack-protector-buffer-size">,
626   HelpText<"Lower bound for a buffer to be considered for stack protection">;
627 def fvisibility : Separate<["-"], "fvisibility">,
628   HelpText<"Default type and symbol visibility">;
629 def ftype_visibility : Separate<["-"], "ftype-visibility">,
630   HelpText<"Default type visibility">;
631 def ftemplate_depth : Separate<["-"], "ftemplate-depth">,
632   HelpText<"Maximum depth of recursive template instantiation">;
633 def foperator_arrow_depth : Separate<["-"], "foperator-arrow-depth">,
634   HelpText<"Maximum number of 'operator->'s to call for a member access">;
635 def fconstexpr_depth : Separate<["-"], "fconstexpr-depth">,
636   HelpText<"Maximum depth of recursive constexpr function calls">;
637 def fconstexpr_steps : Separate<["-"], "fconstexpr-steps">,
638   HelpText<"Maximum number of steps in constexpr function evaluation">;
639 def fbracket_depth : Separate<["-"], "fbracket-depth">,
640   HelpText<"Maximum nesting level for parentheses, brackets, and braces">;
641 def fconst_strings : Flag<["-"], "fconst-strings">,
642   HelpText<"Use a const qualified type for string literals in C and ObjC">;
643 def fno_const_strings : Flag<["-"], "fno-const-strings">,
644   HelpText<"Don't use a const qualified type for string literals in C and ObjC">;
645 def fno_bitfield_type_align : Flag<["-"], "fno-bitfield-type-align">,
646   HelpText<"Ignore bit-field types when aligning structures">;
647 def ffake_address_space_map : Flag<["-"], "ffake-address-space-map">,
648   HelpText<"Use a fake address space map; OpenCL testing purposes only">;
649 def faddress_space_map_mangling_EQ : Joined<["-"], "faddress-space-map-mangling=">, MetaVarName<"<yes|no|target>">,
650   HelpText<"Set the mode for address space map based mangling; OpenCL testing purposes only">;
651 def funknown_anytype : Flag<["-"], "funknown-anytype">,
652   HelpText<"Enable parser support for the __unknown_anytype type; for testing purposes only">;
653 def fdebugger_support : Flag<["-"], "fdebugger-support">,
654   HelpText<"Enable special debugger support behavior">;
655 def fdebugger_cast_result_to_id : Flag<["-"], "fdebugger-cast-result-to-id">,
656   HelpText<"Enable casting unknown expression results to id">;
657 def fdebugger_objc_literal : Flag<["-"], "fdebugger-objc-literal">,
658   HelpText<"Enable special debugger support for Objective-C subscripting and literals">;
659 def fdeprecated_macro : Flag<["-"], "fdeprecated-macro">,
660   HelpText<"Defines the __DEPRECATED macro">;
661 def fno_deprecated_macro : Flag<["-"], "fno-deprecated-macro">,
662   HelpText<"Undefines the __DEPRECATED macro">;
663 def fobjc_subscripting_legacy_runtime : Flag<["-"], "fobjc-subscripting-legacy-runtime">,
664   HelpText<"Allow Objective-C array and dictionary subscripting in legacy runtime">;
665 def vtordisp_mode_EQ : Joined<["-"], "vtordisp-mode=">,
666   HelpText<"Control vtordisp placement on win32 targets">;
667 def fno_rtti_data : Flag<["-"], "fno-rtti-data">,
668   HelpText<"Control emission of RTTI data">;
669 def fnative_half_type: Flag<["-"], "fnative-half-type">,
670   HelpText<"Use the native half type for __fp16 instead of promoting to float">;
671 def fnative_half_arguments_and_returns : Flag<["-"], "fnative-half-arguments-and-returns">,
672   HelpText<"Use the native __fp16 type for arguments and returns (and skip ABI-specific lowering)">;
673 def fallow_half_arguments_and_returns : Flag<["-"], "fallow-half-arguments-and-returns">,
674   HelpText<"Allow function arguments and returns of type half">;
675 def fdefault_calling_conv_EQ : Joined<["-"], "fdefault-calling-conv=">,
676   HelpText<"Set default MS calling convention">, Values<"cdecl,fastcall,stdcall,vectorcall">;
677 def finclude_default_header : Flag<["-"], "finclude-default-header">,
678   HelpText<"Include the default header file for OpenCL">;
679 def fpreserve_vec3_type : Flag<["-"], "fpreserve-vec3-type">,
680   HelpText<"Preserve 3-component vector type">;
681
682 // FIXME: Remove these entirely once functionality/tests have been excised.
683 def fobjc_gc_only : Flag<["-"], "fobjc-gc-only">, Group<f_Group>,
684   HelpText<"Use GC exclusively for Objective-C related memory management">;
685 def fobjc_gc : Flag<["-"], "fobjc-gc">, Group<f_Group>,
686   HelpText<"Enable Objective-C garbage collection">;
687
688 //===----------------------------------------------------------------------===//
689 // Header Search Options
690 //===----------------------------------------------------------------------===//
691
692 def nostdsysteminc : Flag<["-"], "nostdsysteminc">,
693   HelpText<"Disable standard system #include directories">;
694 def fdisable_module_hash : Flag<["-"], "fdisable-module-hash">,
695   HelpText<"Disable the module hash">;
696 def fmodules_hash_content : Flag<["-"], "fmodules-hash-content">,
697   HelpText<"Enable hashing the content of a module file">;
698 def c_isystem : JoinedOrSeparate<["-"], "c-isystem">, MetaVarName<"<directory>">,
699   HelpText<"Add directory to the C SYSTEM include search path">;
700 def objc_isystem : JoinedOrSeparate<["-"], "objc-isystem">,
701   MetaVarName<"<directory>">,
702   HelpText<"Add directory to the ObjC SYSTEM include search path">;
703 def objcxx_isystem : JoinedOrSeparate<["-"], "objcxx-isystem">,
704   MetaVarName<"<directory>">,
705   HelpText<"Add directory to the ObjC++ SYSTEM include search path">;
706 def internal_isystem : JoinedOrSeparate<["-"], "internal-isystem">,
707   MetaVarName<"<directory>">,
708   HelpText<"Add directory to the internal system include search path; these "
709            "are assumed to not be user-provided and are used to model system "
710            "and standard headers' paths.">;
711 def internal_externc_isystem : JoinedOrSeparate<["-"], "internal-externc-isystem">,
712   MetaVarName<"<directory>">,
713   HelpText<"Add directory to the internal system include search path with "
714            "implicit extern \"C\" semantics; these are assumed to not be "
715            "user-provided and are used to model system and standard headers' "
716            "paths.">;
717
718 //===----------------------------------------------------------------------===//
719 // Preprocessor Options
720 //===----------------------------------------------------------------------===//
721
722 def include_pth : Separate<["-"], "include-pth">, MetaVarName<"<file>">,
723   HelpText<"Include file before parsing">;
724 def chain_include : Separate<["-"], "chain-include">, MetaVarName<"<file>">,
725   HelpText<"Include and chain a header file after turning it into PCH">;
726 def preamble_bytes_EQ : Joined<["-"], "preamble-bytes=">,
727   HelpText<"Assume that the precompiled header is a precompiled preamble "
728            "covering the first N bytes of the main file">;
729 def token_cache : Separate<["-"], "token-cache">, MetaVarName<"<path>">,
730   HelpText<"Use specified token cache file">;
731 def detailed_preprocessing_record : Flag<["-"], "detailed-preprocessing-record">,
732   HelpText<"include a detailed record of preprocessing actions">;
733
734 //===----------------------------------------------------------------------===//
735 // OpenCL Options
736 //===----------------------------------------------------------------------===//
737
738 def cl_ext_EQ : CommaJoined<["-"], "cl-ext=">,
739   HelpText<"OpenCL only. Enable or disable OpenCL extensions. The argument is a comma-separated sequence of one or more extension names, each prefixed by '+' or '-'.">;
740
741 //===----------------------------------------------------------------------===//
742 // CUDA Options
743 //===----------------------------------------------------------------------===//
744
745 def fcuda_is_device : Flag<["-"], "fcuda-is-device">,
746   HelpText<"Generate code for CUDA device">;
747 def fcuda_include_gpubinary : Separate<["-"], "fcuda-include-gpubinary">,
748   HelpText<"Incorporate CUDA device-side binary into host object file.">;
749 def fcuda_allow_variadic_functions : Flag<["-"], "fcuda-allow-variadic-functions">,
750   HelpText<"Allow variadic functions in CUDA device code.">;
751 def fno_cuda_host_device_constexpr : Flag<["-"], "fno-cuda-host-device-constexpr">,
752   HelpText<"Don't treat unattributed constexpr functions as __host__ __device__.">;
753
754 //===----------------------------------------------------------------------===//
755 // OpenMP Options
756 //===----------------------------------------------------------------------===//
757
758 def fopenmp_is_device : Flag<["-"], "fopenmp-is-device">,
759   HelpText<"Generate code only for an OpenMP target device.">;
760 def fopenmp_host_ir_file_path : Separate<["-"], "fopenmp-host-ir-file-path">,
761   HelpText<"Path to the IR file produced by the frontend for the host.">;
762   
763 } // let Flags = [CC1Option]
764
765
766 //===----------------------------------------------------------------------===//
767 // cc1as-only Options
768 //===----------------------------------------------------------------------===//
769
770 let Flags = [CC1AsOption, NoDriverOption] in {
771
772 // Language Options
773 def n : Flag<["-"], "n">,
774   HelpText<"Don't automatically start assembly file with a text section">;
775
776 // Frontend Options
777 def filetype : Separate<["-"], "filetype">,
778     HelpText<"Specify the output file type ('asm', 'null', or 'obj')">;
779
780 // Transliterate Options
781 def output_asm_variant : Separate<["-"], "output-asm-variant">,
782     HelpText<"Select the asm variant index to use for output">;
783 def show_encoding : Flag<["-"], "show-encoding">,
784     HelpText<"Show instruction encoding information in transliterate mode">;
785 def show_inst : Flag<["-"], "show-inst">,
786     HelpText<"Show internal instruction representation in transliterate mode">;
787
788 // Assemble Options
789 def dwarf_debug_producer : Separate<["-"], "dwarf-debug-producer">,
790   HelpText<"The string to embed in the Dwarf debug AT_producer record.">;
791
792 def defsym : Separate<["-"], "defsym">,
793   HelpText<"Define a value for a symbol">;
794 } // let Flags = [CC1AsOption]