aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/PowerPC/aix-filename-relative-path.ll
blob: f4cb6d3d796363f1ec7c4236a8065f06a55e84b2 (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 "../relative/path/to/file"
; CHECK-SAME: ,{{.*version}}

source_filename = "../relative/path/to/file"