| /llvm-project-15.0.7/lld/COFF/ |
| H A D | DriverUtils.cpp | 66 fatal("ExecuteAndWait failed: " + in run() 82 fatal("invalid number: " + s1); in parseNumbers() 84 fatal("invalid number: " + s2); in parseNumbers() 93 fatal("invalid number: " + s1); in parseVersion() 96 fatal("invalid number: " + s2); in parseVersion() 280 fatal("invalid option " + arg); in parseManifest() 286 fatal("invalid option " + arg); in parseManifest() 289 fatal("invalid option " + arg); in parseManifest() 313 fatal("invalid option " + arg); in parseManifestUAC() 616 fatal("invalid /export: " + arg); in parseExport() [all …]
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | warn-backrefs.s | 10 # RUN: ld.lld --fatal-warnings %t1.o %t2.a -o /dev/null 11 # RUN: ld.lld --fatal-warnings --warn-backrefs %t1.o %t2.a -o /dev/null 12 # RUN: ld.lld --fatal-warnings --warn-backrefs %t1.o --start-lib %t2.o --end-lib -o /dev/null 15 # RUN: ld.lld --fatal-warnings --warn-backrefs %t1.lds -o /dev/null 19 # RUN: ld.lld --fatal-warnings %t2.a %t1.o -o /dev/null 25 # RUN: ld.lld --fatal-warnings --warn-backrefs --warn-backrefs-exclude '*2.a(*2.o)' \ 28 # RUN: ld.lld --fatal-warnings --warn-backrefs-exclude=not_exist %t2.a %t1.o -o /dev/null 32 # RUN: ld.lld --fatal-warnings --warn-backrefs %t2.lds -o /dev/null 33 # RUN: ld.lld --fatal-warnings --warn-backrefs '-(' %t2.a %t1.o '-)' -o /dev/null 34 # RUN: ld.lld --fatal-warnings --warn-backrefs --start-group %t2.a %t1.o --end-group -o /dev/null [all …]
|
| H A D | export-symbols.s | 13 ## Use --fatal-warnings to confirm no diagnostics are emitted. 14 # RUN: ld.lld --fatal-warnings --defsym=defsym=_start %t.so %t.o -o %t.out 15 # RUN: ld.lld --fatal-warnings --defsym=defsym=_start %t.so %t.o -o %texport.out --export-dynamic 16 # RUN: ld.lld --fatal-warnings --defsym=defsym=_start %t.so %t.o -o %tlist.out --dynamic-list %t.li… 36 # RUN: ld.lld --fatal-warnings --defsym=defsym=_start %t.so %t.o -o - --export-dynamic --no-export-…
|
| H A D | allow-multiple-definition.s | 7 # RUN: ld.lld --allow-multiple-definition --fatal-warnings %t1 %t2 -o %t3 8 # RUN: ld.lld --allow-multiple-definition --fatal-warnings %t2 %t1 -o %t4 12 # RUN: ld.lld -z muldefs --fatal-warnings %t1 %t2 -o %t3 13 # RUN: ld.lld -z muldefs --fatal-warnings %t2 %t1 -o %t4
|
| /llvm-project-15.0.7/llvm/tools/split-file/ |
| H A D | split-file.cpp | 49 [[noreturn]] static void fatal(StringRef filename, const Twine &message) { in fatal() function 111 fatal(input, "no part separator was found"); in handle() 124 fatal(input, ec.message()); in handle() 128 fatal(input, ec.message()); in handle() 155 fatal("", "input filename is not specified"); in main() 157 fatal("", "output directory is not specified"); in main() 161 fatal(input, ec.message()); in main() 168 fatal(output, ec.message()); in main() 172 fatal(output, "output cannot be a special file"); in main() 176 fatal(output, ec.message()); in main()
|
| /llvm-project-15.0.7/lld/include/lld/Common/ |
| H A D | ErrorHandler.h | 112 [[noreturn]] void fatal(const Twine &msg); 149 [[noreturn]] void fatal(const Twine &msg); 164 fatal(ec.message()); in check() 170 fatal(llvm::toString(e.takeError())); in check() 177 fatal(llvm::toString(e.takeError())); in check() 184 fatal(prefix() + ": " + ec.message()); in check2() 191 fatal(prefix() + ": " + toString(e.takeError())); in check2()
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | fatal-warnings.s | 4 # RUN: %no-fatal-warnings-lld %t1.o -o /dev/null -single_module 2>&1 \ 6 # RUN: not %no-fatal-warnings-lld %t1.o -fatal_warnings -o /dev/null \ 9 # RUN: %no-fatal-warnings-lld %t1.o -w -o /dev/null -single_module 2>&1 \ 11 # RUN: not %no-fatal-warnings-lld %t1.o -fatal_warnings -w -o /dev/null \
|
| /llvm-project-15.0.7/lld/MachO/Arch/ |
| H A D | ARM.cpp | 134 fatal("unhandled relocation type"); in relocateOne() 139 fatal("TODO: implement this"); in writeStub() 143 fatal("TODO: implement this"); in writeStubHelperHeader() 148 fatal("TODO: implement this"); in writeStubHelperEntry() 152 fatal("TODO: implement this"); in relaxGotLoad()
|
| /llvm-project-15.0.7/lld/test/wasm/ |
| H A D | signature-mismatch-unknown.ll | 3 ; RUN: wasm-ld --fatal-warnings -o %t.wasm %t.ret32.o %t.main.o 4 ; RUN: wasm-ld --fatal-warnings -o %t.wasm %t.main.o %t.ret32.o 11 ; RUN: wasm-ld --export=call_ret32 --fatal-warnings -o %t.wasm %t.main.o %t.call-ret32.o %t.ret32.o 12 ; RUN: wasm-ld --export=call_ret32 --fatal-warnings -o %t.wasm %t.call-ret32.o %t.main.o %t.ret32.o
|
| /llvm-project-15.0.7/compiler-rt/test/builtins/Unit/ |
| H A D | lit.cfg.py | 22 lit_config.fatal( 107 lit_config.fatal('builtins_source_features cannot be empty') 112 lit_config.fatal('builtins_source_feature cannot contain empty features') 119 lit_config.fatal(
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | LitConfig.py | 99 self.fatal('maxIndividualTestTime must set to a value of type int.') 107 self.fatal('Setting a timeout per test not supported. ' + 110 self.fatal('The timeout per test must be >= 0 seconds') 185 self.fatal("unable to find %r parameter, use '--param=%s=VALUE'" % ( 201 def fatal(self, message): member in LitConfig
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | werror.c | 6 void fatal(int); 7 void fatal(float);
|
| /llvm-project-15.0.7/clang/test/Frontend/ |
| H A D | verify-fatal.c | 3 #error first fatal 6 #error second fatal
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | instantiate-template-fatal-error.cpp | 3 #pragma clang diagnostic fatal "-Wall" 4 #pragma clang diagnostic fatal "-Wold-style-cast"
|
| /llvm-project-15.0.7/clang/test/Preprocessor/ |
| H A D | pragma_diagnostic_output.c | 9 #pragma GCC diagnostic fatal "-Wall" 22 #pragma clang diagnostic fatal "-Wall"
|
| /llvm-project-15.0.7/clang-tools-extra/test/pp-trace/ |
| H A D | pp-trace-pragma-general.cpp | 8 #pragma clang diagnostic fatal "-Wformat" 15 #pragma GCC diagnostic fatal "-Wformat"
|
| /llvm-project-15.0.7/libcxxabi/test/libcxxabi/test/ |
| H A D | config.py | 64 self.lit_config.fatal("cxx_headers='%s' is not a directory." 80 self.lit_config.fatal("libcxxabi_headers='%s' is not a directory." 87 self.lit_config.fatal("libunwind_headers='%s' is not a directory."
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | discontiguous-loops.ll | 43 call void (ptr, ...) @fatal(ptr @.str96, ptr %tmp11) nounwind 54 call void (ptr, ...) @fatal(ptr @.str96, ptr undef) nounwind 70 declare void @fatal(ptr, ...)
|
| /llvm-project-15.0.7/compiler-rt/lib/hwasan/ |
| H A D | hwasan_report.cpp | 39 ScopedReport(bool fatal = false) : error_message_(1), fatal(fatal) { in ScopedReport() argument 41 error_message_ptr_ = fatal ? &error_message_ : nullptr; in ScopedReport() 54 if (fatal) in ~ScopedReport() 57 (fatal && common_flags()->print_module_map)) in ~ScopedReport() 59 if (fatal) in ~ScopedReport() 82 bool fatal; member in __hwasan::ScopedReport 680 bool is_store, bool fatal, uptr *registers_frame) { in ReportTagMismatch() argument 681 ScopedReport R(fatal); in ReportTagMismatch()
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | epic-fail.m | 10 // CHECK: fatal error: could not build module 'Module' 12 // CHECK: fatal error: could not build module 'Module'
|
| H A D | build-fail-notes.m | 10 // CHECK: fatal error: could not build module 'Module' 11 // CHECK: fatal error: could not build module 'DependsOnModule' 29 // CHECK-SDIAG: DependsOnModule.h:1:10: fatal: could not build module 'Module'
|
| /llvm-project-15.0.7/lld/test/MachO/invalid/ |
| H A D | lto-bitcode-nodatalayout.ll | 1 ;; We're intentionally testing fatal errors (for malformed input files), and 2 ;; fatal errors aren't supported for testing when main is run twice.
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_report.cpp | 126 explicit ScopedInErrorReport(bool fatal = false) in ScopedInErrorReport() argument 127 : halt_on_error_(fatal || flags()->halt_on_error) { in ScopedInErrorReport() 464 uptr access_size, u32 exp, bool fatal) { in ReportGenericError() argument 469 if (!fatal && SuppressErrorReport(pc)) return; in ReportGenericError() 481 ScopedInErrorReport in_report(fatal); in ReportGenericError() 495 bool fatal = flags()->halt_on_error; in __asan_report_error() local 496 ReportGenericError(pc, bp, sp, addr, is_write, access_size, exp, fatal); in __asan_report_error()
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | attr-noreturn.c | 5 void fatal(void); 8 fatal(); in f0()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | exceptions.mm | 18 void *mem = malloc(4); // no-warning (ObjC exceptions are usually fatal) 33 // often not fatal.
|