]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/llvm/tools/clang/include/clang/Basic/DiagnosticDriverKinds.td
Merge clang trunk r351319, resolve conflicts, and update FREEBSD-Xlist.
[FreeBSD/FreeBSD.git] / contrib / llvm / tools / clang / include / clang / Basic / DiagnosticDriverKinds.td
1 //==--- DiagnosticDriverKinds.td - libdriver diagnostics ------------------===//
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 let Component = "Driver" in {
11
12 def err_drv_no_such_file : Error<"no such file or directory: '%0'">;
13 def err_drv_unsupported_opt : Error<"unsupported option '%0'">;
14 def err_drv_unsupported_opt_with_suggestion
15   : Error<"unsupported option '%0', did you mean '%1'?">;
16 def err_drv_unsupported_opt_for_target : Error<
17   "unsupported option '%0' for target '%1'">;
18 def err_drv_unsupported_option_argument : Error<
19   "unsupported argument '%1' to option '%0'">;
20 def err_drv_unknown_stdin_type : Error<
21   "-E or -x required when input is from standard input">;
22 def err_drv_unknown_stdin_type_clang_cl : Error<
23   "use /Tc or /Tp to set input type for standard input">;
24 def err_drv_unknown_language : Error<"language not recognized: '%0'">;
25 def err_drv_invalid_arch_name : Error<
26   "invalid arch name '%0'">;
27 def err_drv_invalid_riscv_arch_name : Error<
28   "invalid arch name '%0', %1">;
29 def err_drv_invalid_riscv_ext_arch_name : Error<
30   "invalid arch name '%0', %1 '%2'">;
31 def err_drv_cuda_bad_gpu_arch : Error<"Unsupported CUDA gpu architecture: %0">;
32 def err_drv_no_cuda_installation : Error<
33   "cannot find CUDA installation.  Provide its path via --cuda-path, or pass "
34   "-nocudainc to build without CUDA includes.">;
35 def err_drv_no_cuda_libdevice : Error<
36   "cannot find libdevice for %0. Provide path to different CUDA installation "
37   "via --cuda-path, or pass -nocudalib to build without linking with libdevice.">;
38 def err_drv_cuda_version_unsupported : Error<
39   "GPU arch %0 is supported by CUDA versions between %1 and %2 (inclusive), "
40   "but installation at %3 is %4.  Use --cuda-path to specify a different CUDA "
41   "install, pass a different GPU arch with --cuda-gpu-arch, or pass "
42   "--no-cuda-version-check.">;
43 def err_drv_cuda_host_arch : Error<"unsupported architecture '%0' for host compilation.">;
44 def err_drv_mix_cuda_hip : Error<"Mixed Cuda and HIP compilation is not supported.">;
45 def err_drv_invalid_thread_model_for_target : Error<
46   "invalid thread model '%0' in '%1' for this target">;
47 def err_drv_invalid_linker_name : Error<
48   "invalid linker name in argument '%0'">;
49 def err_drv_invalid_pgo_instrumentor : Error<
50   "invalid PGO instrumentor in argument '%0'">;
51 def err_drv_invalid_rtlib_name : Error<
52   "invalid runtime library name in argument '%0'">;
53 def err_drv_unsupported_rtlib_for_platform : Error<
54   "unsupported runtime library '%0' for platform '%1'">;
55 def err_drv_invalid_stdlib_name : Error<
56   "invalid library name in argument '%0'">;
57 def err_drv_invalid_output_with_multiple_archs : Error<
58   "cannot use '%0' output with multiple -arch options">;
59 def err_drv_no_input_files : Error<"no input files">;
60 def err_drv_use_of_Z_option : Error<
61   "unsupported use of internal gcc -Z option '%0'">;
62 def err_drv_output_argument_with_multiple_files : Error<
63   "cannot specify -o when generating multiple output files">;
64 def err_drv_out_file_argument_with_multiple_sources : Error<
65   "cannot specify '%0%1' when compiling multiple source files">;
66 def err_no_external_assembler : Error<
67   "there is no external assembler that can be used on this platform">;
68 def err_drv_unable_to_remove_file : Error<
69   "unable to remove file: %0">;
70 def err_drv_command_failure : Error<
71   "unable to execute command: %0">;
72 def err_drv_invalid_darwin_version : Error<
73   "invalid Darwin version number: %0">;
74 def err_drv_missing_argument : Error<
75   "argument to '%0' is missing (expected %1 value%s1)">;
76 def err_drv_invalid_Xarch_argument_with_args : Error<
77   "invalid Xarch argument: '%0', options requiring arguments are unsupported">;
78 def err_drv_invalid_Xarch_argument_isdriver : Error<
79   "invalid Xarch argument: '%0', cannot change driver behavior inside Xarch argument">;
80 def err_drv_Xopenmp_target_missing_triple : Error<
81   "cannot deduce implicit triple value for -Xopenmp-target, specify triple using -Xopenmp-target=<triple>">;
82 def err_drv_invalid_Xopenmp_target_with_args : Error<
83   "invalid -Xopenmp-target argument: '%0', options requiring arguments are unsupported">;
84 def err_drv_argument_only_allowed_with : Error<
85   "invalid argument '%0' only allowed with '%1'">;
86 def err_drv_argument_not_allowed_with : Error<
87   "invalid argument '%0' not allowed with '%1'">;
88 def err_drv_invalid_version_number : Error<
89   "invalid version number in '%0'">;
90 def err_drv_no_linker_llvm_support : Error<
91   "'%0': unable to pass LLVM bit-code files to linker">;
92 def err_drv_no_ast_support : Error<
93   "'%0': unable to use AST files with this tool">;
94 def err_drv_no_module_support : Error<
95   "'%0': unable to use module files with this tool">;
96 def err_drv_clang_unsupported : Error<
97   "the clang compiler does not support '%0'">;
98 def err_drv_clang_unsupported_opt_cxx_darwin_i386 : Error<
99   "the clang compiler does not support '%0' for C++ on Darwin/i386">;
100 def err_drv_clang_unsupported_opt_faltivec : Error<
101   "the clang compiler does not support '%0', %1">;
102 def err_drv_command_failed : Error<
103   "%0 command failed with exit code %1 (use -v to see invocation)">;
104 def err_drv_compilationdatabase : Error<
105   "compilation database '%0' could not be opened: %1">;
106 def err_drv_command_signalled : Error<
107   "%0 command failed due to signal (use -v to see invocation)">;
108 def err_drv_force_crash : Error<
109   "failing because %select{environment variable 'FORCE_CLANG_DIAGNOSTICS_CRASH' is set|'-gen-reproducer' is used}0">;
110 def err_drv_invalid_mfloat_abi : Error<
111   "invalid float ABI '%0'">;
112 def err_drv_invalid_mtp : Error<
113   "invalid thread pointer reading mode '%0'">;
114 def err_drv_missing_arg_mtp : Error<
115   "missing argument to '%0'">;
116 def err_drv_invalid_libcxx_deployment : Error<
117   "invalid deployment target for -stdlib=libc++ (requires %0 or later)">;
118 def err_drv_invalid_argument_to_fdebug_prefix_map : Error<
119   "invalid argument '%0' to -fdebug-prefix-map">;
120 def err_drv_malformed_sanitizer_blacklist : Error<
121   "malformed sanitizer blacklist: '%0'">;
122 def err_drv_duplicate_config : Error<
123   "no more than one option '--config' is allowed">;
124 def err_drv_config_file_not_exist : Error<
125   "configuration file '%0' does not exist">;
126 def err_drv_config_file_not_found : Error<
127   "configuration file '%0' cannot be found">;
128 def note_drv_config_file_searched_in : Note<
129   "was searched for in the directory: %0">;
130 def err_drv_cannot_read_config_file : Error<
131   "cannot read configuration file '%0'">;
132 def err_drv_nested_config_file: Error<
133   "option '--config' is not allowed inside configuration file">;
134
135 def err_target_unsupported_arch
136   : Error<"the target architecture '%0' is not supported by the target '%1'">;
137 def err_cpu_unsupported_isa
138   : Error<"CPU '%0' does not support '%1' execution mode">;
139 def err_arch_unsupported_isa
140   : Error<"Architecture '%0' does not support '%1' execution mode">;
141
142 def err_drv_I_dash_not_supported : Error<
143   "'%0' not supported, please use -iquote instead">;
144 def err_drv_unknown_argument : Error<"unknown argument: '%0'">;
145 def err_drv_unknown_argument_with_suggestion
146   : Error<"unknown argument '%0', did you mean '%1'?">;
147 def warn_drv_unknown_argument_clang_cl : Warning<
148   "unknown argument ignored in clang-cl: '%0'">,
149   InGroup<UnknownArgument>;
150 def warn_drv_unknown_argument_clang_cl_with_suggestion : Warning<
151   "unknown argument ignored in clang-cl '%0' (did you mean '%1'?)">,
152   InGroup<UnknownArgument>;
153
154 def warn_drv_ycyu_different_arg_clang_cl : Warning<
155   "support for '/Yc' and '/Yu' with different filenames not implemented yet; flags ignored">,
156   InGroup<ClangClPch>;
157 def warn_drv_ycyu_no_fi_arg_clang_cl : Warning<
158   "support for '%0' without a corresponding /FI flag not implemented yet; flag ignored">,
159   InGroup<ClangClPch>;
160 def warn_drv_yc_multiple_inputs_clang_cl : Warning<
161   "support for '/Yc' with more than one source file not implemented yet; flag ignored">,
162   InGroup<ClangClPch>;
163
164 def err_drv_dllexport_inlines_and_fallback : Error<
165   "option '/Zc:dllexportInlines-' is ABI-changing and not compatible with '/fallback'">;
166
167 def err_drv_invalid_value : Error<"invalid value '%1' in '%0'">;
168 def err_drv_invalid_int_value : Error<"invalid integral value '%1' in '%0'">;
169 def err_drv_invalid_remap_file : Error<
170     "invalid option '%0' not of the form <from-file>;<to-file>">;
171 def err_drv_invalid_gcc_output_type : Error<
172     "invalid output type '%0' for use with gcc tool">;
173 def err_drv_cc_print_options_failure : Error<
174     "unable to open CC_PRINT_OPTIONS file: %0">;
175 def err_drv_lto_without_lld : Error<"LTO requires -fuse-ld=lld">;
176 def err_drv_preamble_format : Error<
177     "incorrect format for -preamble-bytes=N,END">;
178 def warn_invalid_ios_deployment_target : Warning<
179   "invalid iOS deployment version '%0', iOS 10 is the maximum deployment "
180   "target for 32-bit targets">, InGroup<InvalidIOSDeploymentTarget>,
181   DefaultError;
182 def err_drv_conflicting_deployment_targets : Error<
183   "conflicting deployment targets, both '%0' and '%1' are present in environment">;
184 def err_arc_unsupported_on_runtime : Error<
185   "-fobjc-arc is not supported on platforms using the legacy runtime">;
186 def err_arc_unsupported_on_toolchain : Error< // feel free to generalize this
187   "-fobjc-arc is not supported on versions of OS X prior to 10.6">;
188 def err_objc_weak_with_gc : Error<
189   "-fobjc-weak is not supported in Objective-C garbage collection">;
190 def err_objc_weak_unsupported : Error<
191   "-fobjc-weak is not supported on the current deployment target">;
192 def err_drv_mg_requires_m_or_mm : Error<
193   "option '-MG' requires '-M' or '-MM'">;
194 def err_drv_unknown_objc_runtime : Error<
195   "unknown or ill-formed Objective-C runtime '%0'">;
196 def err_drv_invalid_cf_runtime_abi
197   : Error<"invalid CoreFoundation Runtime ABI '%0'; must be one of "
198           "'objc', 'standalone', 'swift', 'swift-5.0', 'swift-4.2', 'swift-4.1'">;
199 def err_drv_gnustep_objc_runtime_incompatible_binary : Error<
200   "GNUstep Objective-C runtime version %0 incompatible with target binary format">;
201 def err_drv_emit_llvm_link : Error<
202    "-emit-llvm cannot be used when linking">;
203 def err_drv_optimization_remark_pattern : Error<
204   "%0 in '%1'">;
205 def err_drv_no_neon_modifier : Error<"[no]neon is not accepted as modifier, please use [no]simd instead">;
206 def err_drv_invalid_omp_target : Error<"OpenMP target is invalid: '%0'">;
207 def err_drv_omp_host_ir_file_not_found : Error<
208   "The provided host compiler IR file '%0' is required to generate code for OpenMP target regions but cannot be found.">;
209 def err_drv_omp_host_target_not_supported : Error<
210   "The target '%0' is not a supported OpenMP host target.">;
211 def err_drv_expecting_fopenmp_with_fopenmp_targets : Error<
212   "The option -fopenmp-targets must be used in conjunction with a -fopenmp option compatible with offloading, please use -fopenmp=libomp or -fopenmp=libiomp5.">;
213 def warn_drv_omp_offload_target_duplicate : Warning<
214   "The OpenMP offloading target '%0' is similar to target '%1' already specified - will be ignored.">,
215   InGroup<OpenMPTarget>;
216 def warn_drv_omp_offload_target_missingbcruntime : Warning<
217   "No library '%0' found in the default clang lib directory or in LIBRARY_PATH. Expect degraded performance due to no inlining of runtime functions on target devices.">,
218   InGroup<OpenMPTarget>;
219 def err_drv_unsupported_embed_bitcode
220     : Error<"%0 is not supported with -fembed-bitcode">;
221 def err_drv_bitcode_unsupported_on_toolchain : Error<
222   "-fembed-bitcode is not supported on versions of iOS prior to 6.0">;
223
224 def warn_O4_is_O3 : Warning<"-O4 is equivalent to -O3">, InGroup<Deprecated>;
225 def warn_drv_optimization_value : Warning<"optimization level '%0' is not supported; using '%1%2' instead">,
226   InGroup<InvalidCommandLineArgument>;
227 def warn_ignored_gcc_optimization : Warning<"optimization flag '%0' is not supported">,
228   InGroup<IgnoredOptimizationArgument>;
229 def warn_ignored_clang_option : Warning<"the flag '%0' has been deprecated and will be ignored">,
230   InGroup<UnusedCommandLineArgument>;
231 def warn_drv_unsupported_opt_for_target : Warning<
232   "optimization flag '%0' is not supported for target '%1'">,
233   InGroup<IgnoredOptimizationArgument>;
234 def warn_drv_unsupported_debug_info_opt_for_target : Warning<
235   "debug information option '%0' is not supported for target '%1'">,
236   InGroup<UnsupportedTargetOpt>;
237 def warn_c_kext : Warning<
238   "ignoring -fapple-kext which is valid for C++ and Objective-C++ only">;
239 def warn_drv_input_file_unused : Warning<
240   "%0: '%1' input unused%select{ when '%3' is present|}2">,
241   InGroup<UnusedCommandLineArgument>;
242 def warn_drv_input_file_unused_by_cpp : Warning<
243   "%0: '%1' input unused in cpp mode">,
244   InGroup<UnusedCommandLineArgument>;
245 def warn_drv_preprocessed_input_file_unused : Warning<
246   "%0: previously preprocessed input%select{ unused when '%2' is present|}1">,
247   InGroup<UnusedCommandLineArgument>;
248 def warn_drv_unused_argument : Warning<
249   "argument unused during compilation: '%0'">,
250   InGroup<UnusedCommandLineArgument>;
251 def warn_drv_empty_joined_argument : Warning<
252   "joined argument expects additional value: '%0'">,
253   InGroup<UnusedCommandLineArgument>;
254 def warn_drv_diagnostics_hotness_requires_pgo : Warning<
255   "argument '%0' requires profile-guided optimization information">,
256   InGroup<UnusedCommandLineArgument>;
257 def warn_drv_clang_unsupported : Warning<
258   "the clang compiler does not support '%0'">;
259 def warn_drv_deprecated_arg : Warning<
260   "argument '%0' is deprecated, use '%1' instead">, InGroup<Deprecated>;
261 def warn_drv_assuming_mfloat_abi_is : Warning<
262   "unknown platform, assuming -mfloat-abi=%0">;
263 def warn_ignoring_ftabstop_value : Warning<
264   "ignoring invalid -ftabstop value '%0', using default value %1">;
265 def warn_drv_overriding_flag_option : Warning<
266   "overriding '%0' option with '%1'">,
267   InGroup<DiagGroup<"overriding-t-option">>;
268 def warn_drv_treating_input_as_cxx : Warning<
269   "treating '%0' input as '%1' when in C++ mode, this behavior is deprecated">,
270   InGroup<Deprecated>;
271 def warn_drv_pch_not_first_include : Warning<
272   "precompiled header '%0' was ignored because '%1' is not first '-include'">;
273 def warn_missing_sysroot : Warning<"no such sysroot directory: '%0'">,
274   InGroup<DiagGroup<"missing-sysroot">>;
275 def warn_incompatible_sysroot : Warning<"using sysroot for '%0' but targeting '%1'">,
276   InGroup<DiagGroup<"incompatible-sysroot">>;
277 def warn_debug_compression_unavailable : Warning<"cannot compress debug sections (zlib not installed)">,
278   InGroup<DiagGroup<"debug-compression-unavailable">>;
279 def warn_drv_disabling_vptr_no_rtti_default : Warning<
280   "implicitly disabling vptr sanitizer because rtti wasn't enabled">,
281   InGroup<AutoDisableVptrSanitizer>;
282 def warn_drv_object_size_disabled_O0 : Warning<
283   "the object size sanitizer has no effect at -O0, but is explicitly enabled: %0">,
284   InGroup<InvalidCommandLineArgument>, DefaultWarnNoWerror;
285 def err_invalid_branch_protection: Error <
286   "invalid branch protection option '%0' in '%1'">;
287
288 def note_drv_command_failed_diag_msg : Note<
289   "diagnostic msg: %0">;
290 def note_drv_t_option_is_global : Note<
291   "The last /TC or /TP option takes precedence over earlier instances">;
292 def note_drv_address_sanitizer_debug_runtime : Note<
293   "AddressSanitizer doesn't support linking with debug runtime libraries yet">;
294 def note_drv_use_standard : Note<"use '%0'"
295   "%select{| or '%3'|, '%3', or '%4'|, '%3', '%4', or '%5'}2 "
296   "for '%1' standard">;
297
298 def err_analyzer_config_no_value : Error<
299   "analyzer-config option '%0' has a key but no value">;
300 def err_analyzer_config_multiple_values : Error<
301   "analyzer-config option '%0' should contain only one '='">;
302 def err_analyzer_config_invalid_input : Error<
303   "invalid input for analyzer-config option '%0', that expects %1 value">;
304 def err_analyzer_config_unknown : Error<"unknown analyzer-config '%0'">;
305
306 def err_drv_invalid_hvx_length : Error<
307   "-mhvx-length is not supported without a -mhvx/-mhvx= flag">;
308 def warn_drv_vectorize_needs_hvx : Warning<
309   "auto-vectorization requires HVX, use -mhvx to enable it">,
310   InGroup<OptionIgnored>;
311
312 def err_drv_module_header_wrong_kind : Error<
313   "header file '%0' input type '%1' does not match type of prior input "
314   "in module compilation; use '-x %2' to override">;
315 def err_drv_modules_validate_once_requires_timestamp : Error<
316   "option '-fmodules-validate-once-per-build-session' requires "
317   "'-fbuild-session-timestamp=<seconds since Epoch>' or '-fbuild-session-file=<file>'">;
318
319 def err_test_module_file_extension_format : Error<
320   "-ftest-module-file-extension argument '%0' is not of the required form "
321   "'blockname:major:minor:hashed:user info'">;
322
323 def warn_drv_invoking_fallback : Warning<"falling back to %0">,
324   InGroup<Fallback>;
325
326 def warn_slash_u_filename : Warning<"'/U%0' treated as the '/U' option">,
327   InGroup<DiagGroup<"slash-u-filename">>;
328 def note_use_dashdash : Note<"Use '--' to treat subsequent arguments as filenames">;
329
330 def err_drv_ropi_rwpi_incompatible_with_pic : Error<
331   "embedded and GOT-based position independence are incompatible">;
332 def err_drv_ropi_incompatible_with_cxx : Error<
333   "ROPI is not compatible with c++">;
334
335 def warn_target_unsupported_nan2008 : Warning<
336   "ignoring '-mnan=2008' option because the '%0' architecture does not support it">,
337   InGroup<UnsupportedNan>;
338 def warn_target_unsupported_nanlegacy : Warning<
339   "ignoring '-mnan=legacy' option because the '%0' architecture does not support it">,
340   InGroup<UnsupportedNan>;
341 def warn_target_unsupported_abslegacy : Warning<
342   "ignoring '-mabs=legacy' option because the '%0' architecture does not support it">,
343   InGroup<UnsupportedAbs>;
344 def warn_target_unsupported_abs2008 : Warning<
345   "ignoring '-mabs=2008' option because the '%0' architecture does not support it">,
346   InGroup<UnsupportedAbs>;
347 def warn_target_unsupported_compact_branches : Warning<
348   "ignoring '-mcompact-branches=' option because the '%0' architecture does not"
349   " support it">, InGroup<UnsupportedCB>;
350 def warn_drv_unsupported_gpopt : Warning<
351   "ignoring '-mgpopt' option as it cannot be used with %select{|the implicit"
352   " usage of }0-mabicalls">,
353   InGroup<UnsupportedGPOpt>;
354 def warn_drv_unsupported_longcalls : Warning<
355   "ignoring '-mlong-calls' option as it is not currently supported with "
356   "%select{|the implicit usage of }0-mabicalls">,
357   InGroup<OptionIgnored>;
358 def warn_drv_unsupported_pic_with_mabicalls : Warning<
359   "ignoring '%0' option as it cannot be used with "
360   "%select{implicit usage of|}1 -mabicalls and the N64 ABI">,
361   InGroup<OptionIgnored>;
362 def err_drv_unsupported_noabicalls_pic : Error<
363   "position-independent code requires '-mabicalls'">;
364 def err_drv_unsupported_indirect_jump_opt : Error<
365   "'-mindirect-jump=%0' is unsupported with the '%1' architecture">;
366 def err_drv_unknown_indirect_jump_opt : Error<
367   "unknown '-mindirect-jump=' option '%0'">;
368
369 def warn_drv_unable_to_find_directory_expected : Warning<
370   "unable to find %0 directory, expected to be in '%1'">,
371   InGroup<InvalidOrNonExistentDirectory>, DefaultIgnore;
372
373 def warn_drv_ps4_force_pic : Warning<
374   "option '%0' was ignored by the PS4 toolchain, using '-fPIC'">,
375   InGroup<OptionIgnored>;
376
377 def warn_drv_ps4_sdk_dir : Warning<
378   "environment variable SCE_ORBIS_SDK_DIR is set, but points to invalid or nonexistent directory '%0'">,
379   InGroup<InvalidOrNonExistentDirectory>;
380
381 def err_drv_unsupported_linker : Error<"unsupported value '%0' for -linker option">;
382 def err_drv_defsym_invalid_format : Error<"defsym must be of the form: sym=value: %0">;
383 def err_drv_defsym_invalid_symval : Error<"Value is not an integer: %0">;
384 def warn_drv_msvc_not_found : Warning<
385   "unable to find a Visual Studio installation; "
386   "try running Clang from a developer command prompt">,
387   InGroup<DiagGroup<"msvc-not-found">>;
388
389 def warn_drv_fine_grained_bitfield_accesses_ignored : Warning<
390   "option '-ffine-grained-bitfield-accesses' cannot be enabled together with a sanitizer; flag ignored">,
391   InGroup<OptionIgnored>;
392
393 def note_drv_verify_prefix_spelling : Note<
394   "-verify prefixes must start with a letter and contain only alphanumeric"
395   " characters, hyphens, and underscores">;
396
397 def warn_drv_experimental_isel_incomplete : Warning<
398   "-fexperimental-isel support for the '%0' architecture is incomplete">,
399   InGroup<ExperimentalISel>;
400
401 def warn_drv_experimental_isel_incomplete_opt : Warning<
402   "-fexperimental-isel support is incomplete for this architecture at the current optimization level">,
403   InGroup<ExperimentalISel>;
404
405 def warn_drv_moutline_unsupported_opt : Warning<
406   "The '%0' architecture does not support -moutline; flag ignored">,
407   InGroup<OptionIgnored>;
408
409 def warn_drv_darwin_sdk_invalid_settings : Warning<
410   "SDK settings were ignored as 'SDKSettings.json' could not be parsed">,
411   InGroup<DiagGroup<"darwin-sdk-settings">>;
412
413 def err_drv_trivial_auto_var_init_zero_disabled : Error<
414   "-ftrivial-auto-var-init=zero hasn't been enabled. Enable it at your own peril for benchmarking purpose only with "
415   "-enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang">;
416
417 def warn_drv_msp430_hwmult_unsupported : Warning<"the given MCU does not "
418   "support hardware multiply, but -mhwmult is set to %0.">,
419    InGroup<InvalidCommandLineArgument>;
420 def warn_drv_msp430_hwmult_mismatch : Warning<"the given MCU supports %0 "
421   "hardware multiply, but -mhwmult is set to %1.">,
422    InGroup<InvalidCommandLineArgument>;
423 def warn_drv_msp430_hwmult_no_device : Warning<"no MCU device specified, but "
424   "'-mhwmult' is set to 'auto', assuming no hardware multiply. Use -mmcu to "
425   "specify a MSP430 device, or -mhwmult to set hardware multiply type "
426   "explicitly.">, InGroup<InvalidCommandLineArgument>;
427
428 }