brintos

brintos / llvm-project-archived public Read only

0
0
Text · 360 B · 83e463b Raw
9 lines · plain
1## Test writing unchanged content to TBE file with --write-if-changed flag.2 3# RUN: llvm-ifs --input-format=ELF --output-ifs=%t %p/Inputs/gnu_hash.so4# RUN: env TZ=GMT touch -m -t 197001010000 %t5# RUN: llvm-ifs --input-format=ELF --output-ifs=%t --write-if-changed %p/Inputs/gnu_hash.so6# RUN: env TZ=GMT ls -l %t | FileCheck %s7 8# CHECK: {{[[:space:]]1970}}9