Home
last modified time | relevance | path

Searched refs:fatal (Results 1 – 25 of 188) sorted by relevance

12345678

/llvm-project-15.0.7/lld/COFF/
H A DDriverUtils.cpp66 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 Dwarn-backrefs.s10 # 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 Dexport-symbols.s13 ## 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 Dallow-multiple-definition.s7 # 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 Dsplit-file.cpp49 [[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 DErrorHandler.h112 [[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 Dfatal-warnings.s4 # 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 DARM.cpp134 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 Dsignature-mismatch-unknown.ll3 ; 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 Dlit.cfg.py22 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 DLitConfig.py99 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 Dwerror.c6 void fatal(int);
7 void fatal(float);
/llvm-project-15.0.7/clang/test/Frontend/
H A Dverify-fatal.c3 #error first fatal
6 #error second fatal
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dinstantiate-template-fatal-error.cpp3 #pragma clang diagnostic fatal "-Wall"
4 #pragma clang diagnostic fatal "-Wold-style-cast"
/llvm-project-15.0.7/clang/test/Preprocessor/
H A Dpragma_diagnostic_output.c9 #pragma GCC diagnostic fatal "-Wall"
22 #pragma clang diagnostic fatal "-Wall"
/llvm-project-15.0.7/clang-tools-extra/test/pp-trace/
H A Dpp-trace-pragma-general.cpp8 #pragma clang diagnostic fatal "-Wformat"
15 #pragma GCC diagnostic fatal "-Wformat"
/llvm-project-15.0.7/libcxxabi/test/libcxxabi/test/
H A Dconfig.py64 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 Ddiscontiguous-loops.ll43 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 Dhwasan_report.cpp39 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 Depic-fail.m10 // CHECK: fatal error: could not build module 'Module'
12 // CHECK: fatal error: could not build module 'Module'
H A Dbuild-fail-notes.m10 // 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 Dlto-bitcode-nodatalayout.ll1 ;; 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 Dasan_report.cpp126 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 Dattr-noreturn.c5 void fatal(void);
8 fatal(); in f0()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dexceptions.mm18 void *mem = malloc(4); // no-warning (ObjC exceptions are usually fatal)
33 // often not fatal.

12345678