brintos

brintos / llvm-project-archived public Read only

0
0
Text · 380 B · 280175d Raw
15 lines · plain
1# REQUIRES: x86-registered-target2## 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 %t5# RUN: llvm-symbolizer --obj=%t 0 | FileCheck %s6 7# CHECK:       foo8# CHECK-NEXT:  1.c:0:09 10.file "1.c"11.file 0 "/tmp" "0.c"12foo:13  .loc 0 1 014  nop15