Remove '<' from test for better yam2obj input consumption

Address post-commit comment:
https://reviews.llvm.org/D77580#inline-713676

yaml2obj does not record the source filename in the output,
 which may make FileCheck tests brittle sometimes.
This commit is contained in:
jasonliu 2020-04-13 21:39:10 +00:00
parent 961914eeb9
commit d5143e3f10

View file

@ -1,5 +1,5 @@
# REQUIRES: x86-registered-target
# RUN: yaml2obj < %s -o %t.o
# RUN: yaml2obj %s -o %t.o
# RUN: llvm-objdump -D -r %t.o | FileCheck %s
## The yaml file below is generated by the following C code: