blob: 83e463b9978d2282809c24010c86f3809d8f2bcb (
plain)
1
2
3
4
5
6
7
8
|
## Test writing unchanged content to TBE file with --write-if-changed flag.
# RUN: llvm-ifs --input-format=ELF --output-ifs=%t %p/Inputs/gnu_hash.so
# RUN: env TZ=GMT touch -m -t 197001010000 %t
# RUN: llvm-ifs --input-format=ELF --output-ifs=%t --write-if-changed %p/Inputs/gnu_hash.so
# RUN: env TZ=GMT ls -l %t | FileCheck %s
# CHECK: {{[[:space:]]1970}}
|