20 lines · plain
1## Test writing unchanged content to ELF Stub file with --write-if-changed flag.2 3# RUN: llvm-ifs --output-elf=%t %s4# RUN: env TZ=GMT touch -m -t 197001010000 %t5# RUN: llvm-ifs --output-elf=%t --write-if-changed %s6# RUN: env TZ=GMT ls -l %t | FileCheck %s7 8--- !ifs-v19IfsVersion: 3.010Target: { ObjectFormat: ELF, Arch: x86_64, Endianness: little, BitWidth: 64 }11NeededLibs:12 - libc.so.613Symbols:14 - { Name: bar, Type: Object, Size: 42 }15 - { Name: baz, Type: TLS, Size: 3 }16 - { Name: plus, Type: Func }17...18 19# CHECK: {{[[:space:]]1970}}20