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