[test] Pre-commit llvm.experimental.memset.pattern tests prior to MemoryLocation...
[llvm-project.git] / llvm / test / DebugInfo / Symbolize / ELF / symtab-file-conflict.s
blob280175dcf7535446118e75a0a532cd7026aae6a2
1 # REQUIRES: x86-registered-target
2 ## If the filename from the preceding STT_FILE does not match .debug_line,
3 ## STT_FILE wins. Compilers should not emit such bogus information.
4 # RUN: llvm-mc -filetype=obj -triple=x86_64 %s -o %t
5 # RUN: llvm-symbolizer --obj=%t 0 | FileCheck %s
7 # CHECK: foo
8 # CHECK-NEXT: 1.c:0:0
10 .file "1.c"
11 .file 0 "/tmp" "0.c"
12 foo:
13 .loc 0 1 0
14 nop