19 lines · plain
1# REQUIRES: system-windows2# RUN: yaml2obj %s -o %t.o3# RUN: rm -f %t2.o4# RUN: cp %t.o %t2.o5# RUN: attrib +r %t2.o6 7# This fails because it cannot replace %t2.o8# RUN: not llvm-objcopy %t.o %t2.o9 10# But it doesn't leave any temporary files behind.11# RUN: not ls %t2.o.tmp*12 13!ELF14FileHeader:15 Class: ELFCLASS6416 Data: ELFDATA2LSB17 Type: ET_REL18 Machine: EM_X86_6419