llvm-project/llvm/test/CodeGen/PowerPC/aix-filename-absolute-path.ll

9 lines
277 B
LLVM

; 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"
source_filename = "/absolute/path/to/file"