diff options
author | Kristina Brooks <kristina@nym.hush.com> | 2018-09-25 23:17:09 +0000 |
---|---|---|
committer | Kristina Brooks <kristina@nym.hush.com> | 2018-09-25 23:17:09 +0000 |
commit | 3ff077706452ac21b2194754a6580f69cde157da (patch) | |
tree | 64c211bd20be6a0ffb2e70918012ebe7552359f0 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | abeedf1812eeb33578b97bb975ddbf5da4ae933c (diff) | |
download | llvm-3ff077706452ac21b2194754a6580f69cde157da.zip llvm-3ff077706452ac21b2194754a6580f69cde157da.tar.gz llvm-3ff077706452ac21b2194754a6580f69cde157da.tar.bz2 |
[clang-check-codegen][cfstring] Accept either @ or % for progbits to make ppc64be bots happy.
PPC64BE bots use % instead of @ for directives like progbits. Since CFString tests also
check asm output, they fail on the following:
cfstring3.c:44:19: error: CHECK-ASM-ELF: expected string not found in input
// CHECK-ASM-ELF: .section cfstring,"aw",@progbits
<stdin>:30:2: note: possible intended match here
.section cfstring,"aw",%progbits
Updating that check with a {{[@%]}}progbits regex to make those bots happy.
llvm-svn: 343044
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions