xref: /llvm-project/llvm/test/CodeGen/PowerPC/aix-filename-special-character-single-quotation.ll (revision 28fb69e00a4d3f3e59ccd63cf5c56c4af66a475c)
1; RUN: llc -verify-machineinstrs -mtriple powerpc-ibm-aix-xcoff < %s \
2; RUN:   | FileCheck %s
3; RUN: llc -verify-machineinstrs -mtriple powerpc64-ibm-aix-xcoff < %s \
4; RUN:   | FileCheck %s
5
6; CHECK: .file "1'2.c"
7; CHECK-SAME: ,{{.*version}}
8
9source_filename = "1'2.c"
10