xref: /llvm-project/llvm/test/CodeGen/PowerPC/aix-filename-f.ll (revision f31099ce581d33fdb64e35fee4b56d0a1145cab1)
1; RUN: llc -verify-machineinstrs -mtriple powerpc-ibm-aix-xcoff -filetype=obj -o %t.o < %s
2; RUN: llvm-readobj --symbols %t.o | FileCheck --check-prefixes=OBJ %s
3; RUN: llc -verify-machineinstrs -mtriple powerpc64-ibm-aix-xcoff -filetype=obj -o %t64.o < %s
4; RUN: llvm-readobj --symbols %t64.o | FileCheck --check-prefixes=OBJ %s
5
6source_filename = "1.f95"
7
8; OBJ: Name: .file
9; OBJ: Source Language ID: TB_Fortran (0x1)
10; OBJ: CPU Version ID: TCPU_PWR7 (0x18)
11; OBJ: Name: 1.f95
12