1 ## Test that options for altering PE header fields error out on object files.
3 # RUN: yaml2obj %s -o %t.in.obj
5 # RUN: not llvm-objcopy --subsystem windows %t.in.obj %t.out.obj 2>&1 | FileCheck %s -DFILE=%t.out.obj
7 # CHECK: '[[FILE]]': unable to set subsystem on a relocatable object file
11 Machine: IMAGE_FILE_MACHINE_AMD64