xref: /llvm-project/llvm/test/CodeGen/PowerPC/aix-filename-absolute-path.ll (revision 28fb69e00a4d3f3e59ccd63cf5c56c4af66a475c)
1; RUN: llc -verify-machineinstrs -mtriple powerpc-ibm-aix-xcoff < %s \
2; RUN:   | FileCheck %s
3; RUN: llc -verify-machineinstrs -mtriple powerpc64-ibm-aix-xcoff < %s \
4; RUN:   | FileCheck %s
5
6; CHECK: .file "/absolute/path/to/file"
7; CHECK-SAME: ,{{.*version}}
8
9source_filename = "/absolute/path/to/file"
10