aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/PowerPC/aix-filename-absolute-path.ll
blob: be9f70d27e5cefe2caeb0a6ca09870ef44e80d01 (plain)
1
2
3
4
5
6
7
8
9
; RUN: llc -verify-machineinstrs -mtriple powerpc-ibm-aix-xcoff < %s \
; RUN:   | FileCheck %s
; RUN: llc -verify-machineinstrs -mtriple powerpc64-ibm-aix-xcoff < %s \
; RUN:   | FileCheck %s

; CHECK: .file "/absolute/path/to/file"
; CHECK-SAME: ,{{.*version}}

source_filename = "/absolute/path/to/file"