1 # REQUIRES: x86-registered-target
2 ## When locating a local symbol, we can obtain the filename according to the
3 ## preceding STT_FILE symbol.
4 # RUN: llvm-mc -filetype=obj -triple=x86_64 %s -o %t
5 # RUN: llvm-symbolizer --obj=%t 0 1 2 | FileCheck %s