Re-enable testing of .s tests under test/CodeGen/X86.

These were temporarily disabled in 2013 and we apparently forgot to
ever turn them back on again.

Fix spelling of flag to llvm-mc in recently-added test that wasn't
actually being run due to this.
This commit is contained in:
Richard Smith 2020-01-13 16:12:50 -08:00
parent 03edd6d6a6
commit 989bed989a
2 changed files with 1 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# RUN: llvm-mc -mtriple=x86_64-unknown-unknown -mcpu=skylake -filetype=obj < %s | llvm-objdump -d --no-show-raw-insn - | FileCheck %s
# RUN: llvm-mc --triple=x86_64-unknown-unknown -mcpu=skylake -filetype=obj < %s | llvm-objdump -d --no-show-raw-insn - | FileCheck %s
# The textual assembler *can't* default to autopadding as there's no syntax
# to selectively disable it just yet.

View File

@ -1,10 +1,2 @@
# FIXME: For now, override suffixes to exclude any .s tests, because some of the
# buildbots have a stray misched-copy.s output file lying around that causes
# failures. See misched-copy.s where we try and clean up that file.
#
# It should be possible to remove this override once all the bots have cycled
# cleanly.
config.suffixes = ['.ll', '.mir', '.test', '.txt']
if not 'X86' in config.root.targets:
config.unsupported = True