bolt/deps/llvm-18.1.8/llvm/test/CodeGen/PowerPC/aix-filename-absolute-path.ll

10 lines
306 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; 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"