aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorStefan Gränitz <stefan.graenitz@gmail.com>2022-11-03 15:02:11 +0100
committerStefan Gränitz <stefan.graenitz@gmail.com>2022-11-03 15:07:20 +0100
commitdc9854d4e91e5ede86e8ebb9bfea244cf494e8c6 (patch)
treefb1ae96bb1a0971c2936822a59c99a944c7a85e3 /flang/lib/Frontend/CompilerInvocation.cpp
parentfac26edae504555e383032fafd7921cb9d9a2022 (diff)
downloadllvm-dc9854d4e91e5ede86e8ebb9bfea244cf494e8c6.zip
llvm-dc9854d4e91e5ede86e8ebb9bfea244cf494e8c6.tar.gz
llvm-dc9854d4e91e5ede86e8ebb9bfea244cf494e8c6.tar.bz2
[JITLink] Fix check-line in Windows X86 COFF COMDAT test
This test caught my attention because it's the only one in JITLink that XFAILs. Running it in isolation showed that the output doesn't meet the CHECK-LINES, i.e. the block address didn't match: ``` error: CHECK-NEXT: expected string not found in input CHECK-NEXT: block 0xfff02000 size = 0x00000001, align = 16, alignment-offset = 0 <stdin>:22:2: note: possible intended match here block 0xfff01000 size = 0x00000001, align = 16, alignment-offset = 0 ``` Though, that doesn't appear to be the reason the test XFAILs. What we really want to check here is that llvm-jitlink doesn't fail with a duplicate section error yet. In order to avoid issues like this in the future we can match a placeholder to check for some valid address within the slab (64Kb == last 4 digits). The patch also drops the duplicate -noexec argument, removes an empty RUN-line, fixes indentation and adds a newline at EOF. Reviewed By: sunho Differential Revision: https://reviews.llvm.org/D137148
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions