[test] Add REQUIRES: x86-registered-target to tools/obj2yaml/COFF/bss.s

This commit is contained in:
Fangrui Song 2020-07-08 10:53:30 -07:00
parent 4137ab62cf
commit e81c05777d
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# REQUIRES: x86-registered-target
# RUN: llvm-mc -filetype=obj -triple=x86_64-windows-msvc %s -o %t.obj
# RUN: llvm-objdump -h %t.obj | FileCheck %s
# RUN: obj2yaml %t.obj | yaml2obj -o %t.2.obj