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.cpp" 7 8; OBJ: Name: .file 9; OBJ: Source Language ID: TB_CPLUSPLUS (0x9) 10; OBJ: CPU Version ID: TCPU_PWR7 (0x18) 11; OBJ: Name: 1.cpp 12