You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
parent
8016999e4d
commit
64ac736ec5
18
external/llvm/test/tools/llvm-objcopy/cannot-delete-dest.test
vendored
Normal file
18
external/llvm/test/tools/llvm-objcopy/cannot-delete-dest.test
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
# REQUIRES: system-windows
|
||||
# RUN: yaml2obj %s > %t.o
|
||||
# RUN: rm -f %t2.o
|
||||
# RUN: cp %t.o %t2.o
|
||||
# RUN: attrib +r %t2.o
|
||||
|
||||
# This fails because it cannot replace %t2.o
|
||||
# RUN: not llvm-objcopy %t.o %t2.o
|
||||
|
||||
# But it doesn't leave any temporary files behind.
|
||||
# RUN: not ls %t2.o.tmp*
|
||||
|
||||
!ELF
|
||||
FileHeader:
|
||||
Class: ELFCLASS64
|
||||
Data: ELFDATA2LSB
|
||||
Type: ET_REL
|
||||
Machine: EM_X86_64
|
Reference in New Issue
Block a user