diff options
author | Rainer Orth <ro@gcc.gnu.org> | 2020-08-08 09:13:47 +0200 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2020-08-08 09:13:47 +0200 |
commit | 0b90a08f7722980f6074c6eada8022242408cdb4 (patch) | |
tree | ad1f91a6b18f4bf9d5349b4037d3cfba399229a1 /llvm/unittests/Support/FileCheckTest.cpp | |
parent | f6d74b29d6dc437db983aabee0b2b6d6d3c52f56 (diff) | |
download | llvm-0b90a08f7722980f6074c6eada8022242408cdb4.zip llvm-0b90a08f7722980f6074c6eada8022242408cdb4.tar.gz llvm-0b90a08f7722980f6074c6eada8022242408cdb4.tar.bz2 |
[test][DebugInfo] Adapt two tests for Sun assembler syntax on Sparc
Two DebugInfo tests currently `FAIL` on Sparc:
LLVM :: DebugInfo/Generic/2010-06-29-InlinedFnLocalVar.ll
LLVM :: DebugInfo/Generic/array.ll
both in a similar way. E.g.
: 'RUN: at line 1'; /var/llvm/local-sparcv9-A/bin/llc -O2 /vol/llvm/src/llvm-project/local/llvm/test/DebugInfo/Generic/2010-06-29-InlinedFnLocalVar.ll -o - | /var/llvm/local-sparcv9-A/bin/FileCheck /vol/llvm/src/llvm-project/local/llvm/test/DebugInfo/Generic/2010-06-29-InlinedFnLocalVar.ll
/vol/llvm/src/llvm-project/local/llvm/test/DebugInfo/Generic/2010-06-29-InlinedFnLocalVar.ll:4:10: error: CHECK: expected string not found in input
; CHECK: debug_info,
^
On `amd64-pc-solaris2.11`, the corresponding line is
.section .debug_info,"",@progbits
while on `sparcv9-sun-solaris2.11` we have only
.section .debug_info
This happens because Sparc currently emits `.section` directives using the
style of the Solaris/SPARC assembler (controlled by `SunStyleELFSectionSwitchSyntax`).
This patch takes the easy way out and allows both forms while tightening the
check to only match the `.section` directive.
Tested on `sparcv9-sun-solaris2.11`, `amd64-pc-solaris2.11`,
`x86_64-pc-linux-gnu`, and `x86_64-apple-darwin20.0.0`.
Differential Revision: https://reviews.llvm.org/D85414
Diffstat (limited to 'llvm/unittests/Support/FileCheckTest.cpp')
0 files changed, 0 insertions, 0 deletions