mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
[test][MC] Rehabilitate llvm/test/MC/COFF/bigobj.py
The subject test was not actually running. This patch adds the relevant suffix to the list of lit case filename extensions for the enclosing directory. Minor adjustments are also made to deal with bit rot. Reviewed By: daltenty Differential Revision: https://reviews.llvm.org/D87122
This commit is contained in:
parent
260bab443f
commit
c17d225889
@ -1,4 +1,4 @@
|
||||
# RUN: python %s | llvm-mc -filetype=obj -triple i686-pc-win32 - | llvm-readobj -h | FileCheck %s
|
||||
# RUN: python %s | llvm-mc -filetype=obj -triple i686-pc-win32 - | llvm-readobj -h - | FileCheck %s
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
@ -15,6 +15,7 @@ num_sections = 65277
|
||||
# CHECK-NEXT: TimeDateStamp: {{[0-9]+}}
|
||||
# CHECK-NEXT: PointerToSymbolTable: 0x{{[0-9A-F]+}}
|
||||
# CHECK-NEXT: SymbolCount: 195837
|
||||
# CHECK-NEXT: StringTableSize: {{[0-9]+}}
|
||||
# CHECK-NEXT: OptionalHeaderSize: 0
|
||||
# CHECK-NEXT: Characteristics [ (0x0)
|
||||
# CHECK-NEXT: ]
|
||||
|
@ -1,2 +1,4 @@
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
||||
config.suffixes.add('.py')
|
||||
|
Loading…
Reference in New Issue
Block a user