12 lines · plain
1; RUN: llc -verify-machineinstrs -mtriple powerpc-ibm-aix-xcoff -filetype=obj -o %t.o < %s2; RUN: llvm-readobj --symbols %t.o | FileCheck --check-prefixes=OBJ %s3; RUN: llc -verify-machineinstrs -mtriple powerpc64-ibm-aix-xcoff -filetype=obj -o %t64.o < %s4; RUN: llvm-readobj --symbols %t64.o | FileCheck --check-prefixes=OBJ %s5 6source_filename = "1.cpp"7 8; OBJ: Name: .file9; OBJ: Source Language ID: TB_CPLUSPLUS (0x9)10; OBJ: CPU Version ID: TCPU_PWR7 (0x18)11; OBJ: Name: 1.cpp12