1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test/MC/MachO
Yuanfang Chen 93e82c22ef Revert "Revert "Reland "[Support] make report_fatal_error abort instead of exit"""
This reverts commit 80a34ae31125aa46dcad47162ba45b152aed968d with fixes.

On bots llvm-clang-x86_64-expensive-checks-ubuntu and
llvm-clang-x86_64-expensive-checks-debian only,
llc returns 0 for these two tests unexpectedly. I tweaked the RUN line a little
bit in the hope that LIT is the culprit since this change is not in the
codepath these tests are testing.
llvm\test\CodeGen\X86\inline-asm-avx-v-constraint-32bit.ll
llvm\test\CodeGen\X86\inline-asm-avx512vl-v-constraint-32bit.ll
2020-02-13 10:02:53 -08:00
..
AArch64 [lit] Delete empty lines at the end of lit.local.cfg NFC 2019-06-17 09:51:07 +00:00
ARM [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
absolute.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
absolutize.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
alias.s
altentry.s [llvm-readobj] Change -t to --symbols in tests. NFC 2019-05-01 09:28:24 +00:00
bad-darwin-x86_64-32-bit-abs-addr.s
bad-darwin-x86_64-diff-relocs.s
bad-darwin-x86_64-reloc-expr.s
bad-dollar.s
bad-indirect-symbols.s
bad-macro.s
bad-reloc.s [MC][MachO] Emit an error for emitting relocations of the form -SYM + cst 2019-03-06 18:10:41 +00:00
bss.s [llvm-readobj] Change -long-option to --long-option in tests. NFC 2019-05-01 05:27:20 +00:00
build-version-maccatalyst.s [macCatalyst] Use macCatalyst pretty name in .build_version darwin 2019-07-12 22:06:08 +00:00
build-version-with-sdk-version.s [macho] save the SDK version stored in module metadata into the version min and 2018-12-14 01:14:10 +00:00
coal-sections-x86_64.s [llvm-readobj] Change -long-option to --long-option in tests. NFC 2019-05-01 05:27:20 +00:00
comm-1.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
cstexpr-gotpcrel-32.ll [MachO][TLOF] Use hasLocalLinkage to determine if indirect symbol is local 2019-08-22 16:59:00 +00:00
cstexpr-gotpcrel-64.ll
darwin-complex-difference.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
darwin-sdk-version.ll [macho] save the SDK version stored in module metadata into the version min and 2018-12-14 01:14:10 +00:00
darwin-version-min-load-command.s [macCatalyst] Print out macCatalyst in llvm-objdump for the platform 2019-07-03 17:46:30 +00:00
darwin-x86_64-diff-reloc-assign-2.s
darwin-x86_64-diff-reloc-assign.s
darwin-x86_64-diff-relocs.s [MachO] Pad section data to pointer size bytes 2020-02-11 14:52:21 -08:00
darwin-x86_64-nobase-relocs.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
darwin-x86_64-reloc-offsets.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
darwin-x86_64-reloc.s
data.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
debug_frame.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
diff-with-two-sections.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
direction_labels.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
eh_symbol.s
eh-frame-reloc.s
empty-twice.ll
file.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
gen-dwarf-cpp.s Fix typo in r361251. 2019-05-21 13:23:32 +00:00
gen-dwarf-macro-cpp.s [DebugInfo] Fix tests missed by r362148 2019-05-21 12:48:46 +00:00
gen-dwarf-producer.s
gen-dwarf.s
i386-large-relocations.s
indirect-symbols.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
jcc.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
lcomm-attributes.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
linker-option-1.s
linker-option-2.s [llvm-readobj] Change -long-option to --long-option in tests. NFC 2019-05-01 05:27:20 +00:00
linker-options.ll [llvm-readobj] Change -long-option to --long-option in tests. NFC 2019-05-01 05:27:20 +00:00
lit.local.cfg [lit] Delete empty lines at the end of lit.local.cfg NFC 2019-06-17 09:51:07 +00:00
loc.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
osx-version-min-load-command-with-sdk-errors.s [macho] save the SDK version stored in module metadata into the version min and 2018-12-14 01:14:10 +00:00
osx-version-min-load-command-with-sdk.s [macho] save the SDK version stored in module metadata into the version min and 2018-12-14 01:14:10 +00:00
osx-version-min-load-command.s
pcrel-to-other-section.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
pending-labels.s [ MC ] Match labels to existing fragments even when switching sections. 2019-12-18 09:55:54 -08:00
pr19185.s
previous.s
pushsection.s
relax-jumps.s [llvm-readobj] Change -long-option to --long-option in tests. NFC 2019-05-01 05:27:20 +00:00
relax-recompute-align.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
reloc-diff.s
reloc-pcrel-offset.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
reloc-pcrel.s
reloc.s [X86][MC] no error diagnostic for out-of-range jrcxz/jecxz/jcxz 2019-11-26 14:32:17 +03:00
section-align-1.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
section-align-2.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
section-attributes.s [llvm-readobj] Change -long-option to --long-option in tests. NFC 2019-05-01 05:27:20 +00:00
section-flags.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
string-table.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
symbol-diff.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
symbol-flags.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
symbol-indirect.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
symbols-1.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
tbss.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
tdata.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
temp-labels.s [llvm-readobj] Change -t to --symbols in tests. NFC 2019-05-01 09:28:24 +00:00
thread_init_func.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
tls.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
tlv-bss.ll Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351 2019-12-24 15:57:33 -08:00
tlv-reloc.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
tlv.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
undefined-directional.s
values.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
variable-errors.s Revert "Revert "Reland "[Support] make report_fatal_error abort instead of exit""" 2020-02-13 10:02:53 -08:00
variable-exprs.s [MachO] Pad section data to pointer size bytes 2020-02-11 14:52:21 -08:00
weakdef.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
x86_32-optimal_nop.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
x86_32-scattered-reloc-fallback.s [llvm-readobj] Change -long-option to --long-option in tests. NFC 2019-05-01 05:27:20 +00:00
x86_32-sections.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
x86_32-symbols.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
x86_64-mergeable.s
x86_64-reloc-arithmetic.s [llvm-readobj] Change -t to --symbols in tests. NFC 2019-05-01 09:28:24 +00:00
x86_64-sections.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
x86_64-symbols.s [llvm-readobj] Change -t to --symbols in tests. NFC 2019-05-01 09:28:24 +00:00
x86-data-in-code.s
zero-space.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
zerofill-1.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
zerofill-2.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
zerofill-3.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
zerofill-4.s [llvm-readobj] Change -t to --symbols in tests. NFC 2019-05-01 09:28:24 +00:00
zerofill-5.s [llvm-readobj][MachO] Fix section type printing 2019-08-15 07:22:04 +00:00
zerofill-sect-align.s [llvm-readobj] Change -t to --symbols in tests. NFC 2019-05-01 09:28:24 +00:00
zerofill-text.s