Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / tools / llvm-debuginfod-find / local.test
blob53438619ae393577df01116c193a9d2140fee756
1 # Test that llvm-debuginfod-find can perform local directory lookups.
3 # Test depends on POSIX file paths.
4 UNSUPPORTED: system-windows
6 RUN: mkdir -p %t/a/.build-id
7 RUN: mkdir -p %t/b/.build-id/00/00000000000000
8 RUN: mkdir -p %t/b/.build-id/01/23456789012345.debug
9 RUN: mkdir -p %t/b/.build-id/02/22222222222222
10 RUN: mkdir -p %t/c/.build-id/
11 RUN: llvm-debuginfod-find \
12 RUN:   --debug-file-directory %t/a \
13 RUN:   --debug-file-directory %t/b \
14 RUN:   --debug-file-directory %t/c \
15 RUN:   --debuginfo 0123456789012345 > %t.out
16 RUN: FileCheck -DT=%t --match-full-lines --implicit-check-not {{.}} %s < %t.out
18 CHECK: [[T]]/b/.build-id/01/23456789012345.debug