Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / tools / llvm-ifs / preserve-dates-stub.test
blob52c58ff4a90cdceda49b15c0670b534ff2f87dcf
1 ## Test writing unchanged content to ELF Stub file with --write-if-changed flag.
3 # RUN: llvm-ifs --output-elf=%t %s
4 # RUN: env TZ=GMT touch -m -t 197001010000 %t
5 # RUN: llvm-ifs --output-elf=%t --write-if-changed %s
6 # RUN: env TZ=GMT ls -l %t | FileCheck %s
8 --- !ifs-v1
9 IfsVersion: 3.0
10 Target: { ObjectFormat: ELF, Arch: x86_64, Endianness: little, BitWidth: 64 }
11 NeededLibs:
12   - libc.so.6
13 Symbols:
14   - { Name: bar, Type: Object, Size: 42 }
15   - { Name: baz, Type: TLS, Size: 3 }
16   - { Name: plus, Type: Func }
17 ...
19 # CHECK: {{[[:space:]]1970}}