mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
41284718d3
AIX .file directive support including compiler version string. https://www.ibm.com/docs/en/aix/7.2?topic=ops-file-pseudo-op This patch adds the support so that it will be easier to identify build compiler in objects. Reviewed By: #powerpc, shchenz Differential Revision: https://reviews.llvm.org/D105743
10 lines
272 B
LLVM
10 lines
272 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 "1'2.c"
|
|
; CHECK-SAME: ,{{.*version}}
|
|
|
|
source_filename = "1'2.c"
|