llvm-project/llvm/test/ExecutionEngine
Stefan Gränitz dc9854d4e9 [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
2022-11-03 15:07:20 +01:00
..
Interpreter
JITLink [JITLink] Fix check-line in Windows X86 COFF COMDAT test 2022-11-03 15:07:20 +01:00
MCJIT [lit] Remove undefined keyword from an MCJIT test 2022-10-31 10:51:29 -07:00
Orc [ORC] Fix handling of casts in llvm.global_ctors. 2022-04-07 17:06:38 -07:00
OrcLazy [ORC][LLJIT] Define atexit symbol in GenericLLVMIRPlatformSupport. 2022-06-26 03:50:08 +09:00
RuntimeDyld [RuntimeDyld] Require x86_64-linux for IFUNC test 2022-11-02 12:10:59 +01:00
2010-01-15-UndefValue.ll
fma3-jit.ll
frem.ll
lit.local.cfg [test][LoongArch] Mark old JIT ExecutionEngine tests as unsupported 2022-10-13 19:30:20 +08:00
mov64zext32.ll
test-interp-vec-arithm_float.ll
test-interp-vec-arithm_int.ll
test-interp-vec-cast.ll
test-interp-vec-insertelement.ll
test-interp-vec-insertextractvalue.ll
test-interp-vec-loadstore.ll
test-interp-vec-logical.ll
test-interp-vec-select.ll
test-interp-vec-setcond-fp.ll
test-interp-vec-setcond-int.ll
test-interp-vec-shift.ll
test-interp-vec-shuffle.ll