21 lines · plain
1## Test that options for altering PE header fields error out on object files.2 3# RUN: yaml2obj %s -o %t.in.obj4 5# RUN: not llvm-objcopy --subsystem windows %t.in.obj %t.out.obj 2>&1 | FileCheck %s -DFILE=%t.out.obj6 7# CHECK: '[[FILE]]': unable to set subsystem on a relocatable object file8 9--- !COFF10header:11 Machine: IMAGE_FILE_MACHINE_AMD6412 Characteristics: [ ]13sections:14 - Name: .text15 Characteristics: [ ]16 VirtualAddress: 409617 VirtualSize: 118 SectionData: C319symbols:20...21