If building lld without x86 support, tests that require that support should be treated as unsupported, not errors.
Patch by Joel Jones
Paths
| Differential D47748
[lld] Add REQUIRES: x86 where needed to tests ClosedPublic Authored by joel_k_jones on Jun 4 2018, 4:28 PM.
Details Summary If building lld without x86 support, tests that require that support should be treated as unsupported, not errors. Patch by Joel Jones
Diff Detail
Event TimelineComment Actions This looks good to me. I've checked that each of the files has some requirement such as an x86 target triple. I've added the code owner Rui and a frequent contributor George to see if they have any objections. This revision is now accepted and ready to land.Jun 5 2018, 7:59 AM Closed by commit rL334095: [lld] Add REQUIRES: x86 where needed to tests (authored by joel_k_jones). · Explain WhyJun 6 2018, 7:01 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 150128 lld/trunk/lld-2018June4
lld/trunk/test/COFF/associative-comdat.s
lld/trunk/test/COFF/dll.test
lld/trunk/test/COFF/dllexport-mingw.s
lld/trunk/test/COFF/duplicate.test
lld/trunk/test/COFF/export-all.s
lld/trunk/test/COFF/gfids-corrupt.s
lld/trunk/test/COFF/gfids-fallback.s
lld/trunk/test/COFF/gfids-gc.s
lld/trunk/test/COFF/gfids-icf.s
lld/trunk/test/COFF/guard-longjmp.s
lld/trunk/test/COFF/guardcf-lto.ll
lld/trunk/test/COFF/icf-executable.s
lld/trunk/test/COFF/icf-pdata.s
lld/trunk/test/COFF/icf-xdata.s
lld/trunk/test/COFF/implib-name.test
lld/trunk/test/COFF/loadcfg.ll
lld/trunk/test/COFF/lto-chkstk.ll
lld/trunk/test/COFF/lto-comdat.ll
lld/trunk/test/COFF/lto-icf.ll
lld/trunk/test/COFF/lto-lazy-reference.ll
lld/trunk/test/COFF/lto-linker-opts.ll
lld/trunk/test/COFF/lto-new-symbol.ll
lld/trunk/test/COFF/lto-opt-level.ll
lld/trunk/test/COFF/lto-parallel.ll
lld/trunk/test/COFF/lto-reloc-model.ll
lld/trunk/test/COFF/lto.ll
lld/trunk/test/COFF/pdb-global-gc.yaml
lld/trunk/test/COFF/reloc-discarded-dwarf.s
lld/trunk/test/COFF/reloc-discarded-early.s
lld/trunk/test/COFF/reloc-discarded-early2.s
lld/trunk/test/COFF/reloc-discarded.s
lld/trunk/test/COFF/reloc-x64.test
lld/trunk/test/COFF/reloc-x86.test
lld/trunk/test/COFF/safeseh-md.s
lld/trunk/test/COFF/safeseh-notable.s
lld/trunk/test/COFF/safeseh.s
lld/trunk/test/COFF/secidx-absolute.s
lld/trunk/test/COFF/secrel-absolute.s
lld/trunk/test/COFF/secrel-common.s
lld/trunk/test/COFF/undefined-symbol-cv.s
lld/trunk/test/COFF/undefined-symbol.s
lld/trunk/test/COFF/weak-external.test
lld/trunk/test/COFF/weak-external2.test
lld/trunk/test/COFF/weak-external3.test
lld/trunk/test/COFF/wholearchive.s
lld/trunk/test/ELF/bsymbolic-undef.s
lld/trunk/test/ELF/bsymbolic.s
lld/trunk/test/ELF/comdat-linkonce.s
lld/trunk/test/ELF/compatible-section-types.s
lld/trunk/test/ELF/conflict-debug-variable.s
lld/trunk/test/ELF/conflict-debug-variable2.s
lld/trunk/test/ELF/conflict-variable-linkage-name.s
lld/trunk/test/ELF/copy-rel-corrupted.s
lld/trunk/test/ELF/copy-rel-pie-error.s
lld/trunk/test/ELF/copy-rel-pie.s
lld/trunk/test/ELF/defined-tls_get_addr.s
lld/trunk/test/ELF/dont-export-hidden.s
lld/trunk/test/ELF/duplicated-synthetic-sym.s
lld/trunk/test/ELF/dynamic-reloc-index.s
lld/trunk/test/ELF/eh-frame-marker.s
lld/trunk/test/ELF/eh-frame-multilpe-cie.s
lld/trunk/test/ELF/empty-archive.s
lld/trunk/test/ELF/entry.s
lld/trunk/test/ELF/filter.s
lld/trunk/test/ELF/gc-debuginfo-tls.s
lld/trunk/test/ELF/gc-merge-local-sym.s
lld/trunk/test/ELF/gc-sections-merge-addend.s
lld/trunk/test/ELF/gc-sections-merge-implicit-addend.s
lld/trunk/test/ELF/gc-sections-merge.s
lld/trunk/test/ELF/gc-sections-protected.s
lld/trunk/test/ELF/global_offset_table.s
lld/trunk/test/ELF/global_offset_table_shared.s
lld/trunk/test/ELF/got-plt-header.s
lld/trunk/test/ELF/gotpcrelx.s
lld/trunk/test/ELF/i386-got-value.s
lld/trunk/test/ELF/i386-tls-ie-shared.s
lld/trunk/test/ELF/incompatible-section-flags.s
lld/trunk/test/ELF/incompatible-section-types2.s
lld/trunk/test/ELF/invalid/invalid-elf.test
lld/trunk/test/ELF/linkerscript/discard-interp.test
lld/trunk/test/ELF/linkerscript/openbsd-bootdata.test
lld/trunk/test/ELF/linkerscript/openbsd-randomize.s
lld/trunk/test/ELF/linkerscript/openbsd-wxneeded.test
lld/trunk/test/ELF/local-got-pie.s
lld/trunk/test/ELF/local-got-shared.s
lld/trunk/test/ELF/local-got.s
lld/trunk/test/ELF/map-gc-sections.s
lld/trunk/test/ELF/pr34872.s
lld/trunk/test/ELF/pr36475.s
lld/trunk/test/ELF/relocation-size-shared.s
lld/trunk/test/ELF/relocation-size.s
lld/trunk/test/ELF/relro-omagic.s
lld/trunk/test/ELF/rodynamic.s
lld/trunk/test/ELF/section-symbol.s
lld/trunk/test/ELF/shared-lazy.s
lld/trunk/test/ELF/sht-group-gold-r.test
lld/trunk/test/ELF/soname.s
lld/trunk/test/ELF/soname2.s
lld/trunk/test/ELF/string-gc.s
lld/trunk/test/ELF/symbol-override.s
lld/trunk/test/ELF/text-section-prefix.s
lld/trunk/test/ELF/tls-got.s
lld/trunk/test/ELF/tls-opt-gdie.s
lld/trunk/test/ELF/tls-opt-gdiele-i686.s
lld/trunk/test/ELF/tls-opt-i686.s
lld/trunk/test/ELF/tls-opt-iele-i686-nopic.s
lld/trunk/test/ELF/tls-opt-local.s
lld/trunk/test/ELF/tls-opt-no-plt.s
lld/trunk/test/ELF/tls-opt.s
lld/trunk/test/ELF/trace-symbols.s
lld/trunk/test/ELF/undef-shared.s
lld/trunk/test/ELF/undef-shared2.s
lld/trunk/test/ELF/undef-version-script.s
lld/trunk/test/ELF/user_def_init_array_start.s
lld/trunk/test/ELF/version-script-no-warn2.s
lld/trunk/test/ELF/x86-64-reloc-range.s
lld/trunk/test/ELF/zdefs.s
|