comparison lld/test/COFF/mixed-resource-obj.yaml @ 207:2e18cbf3894f

LLVM12
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 08 Jun 2021 06:07:14 +0900
parents 0572611fdcc8
children c4bab56944e8
comparison
equal deleted inserted replaced
173:0572611fdcc8 207:2e18cbf3894f
1 # REQUIRES: x86 1 # REQUIRES: x86
2 2
3 # RUN: yaml2obj < %s > %t.o 3 # RUN: yaml2obj %s -o %t.o
4 4
5 # Test that we get both the resource and the code from a single object 5 # Test that we get both the resource and the code from a single object
6 # file that contains both, while merging resources from another object 6 # file that contains both, while merging resources from another object
7 # file. 7 # file.
8 8