xref: /llvm-project/llvm/test/CodeGen/X86/file-source-filename.ll (revision d44a01aae60d359c9abe8bfbae78a239428ebfe1)
1*d44a01aaSPeter Collingbourne; RUN: llc -mtriple=x86_64-linux-gnu < %s | FileCheck %s
2*d44a01aaSPeter Collingbourne; CHECK: .file "foobar"
3*d44a01aaSPeter Collingbourne
4*d44a01aaSPeter Collingbournesource_filename = "foobar"
5