[ORC-RT] Invert the layout of the trivial-jit-re-dlopen testcase.
authorLang Hames <lhames@gmail.com>
Thu, 15 Sep 2022 03:11:22 +0000 (20:11 -0700)
committerLang Hames <lhames@gmail.com>
Fri, 16 Sep 2022 02:11:51 +0000 (19:11 -0700)
commit83a0ac12f5f074fbaf773793de0e95572e073fa7
tree1cdc2a810659057cc1130c46a63ca3d1f328f48c
parent4c434831865f0ce95bc396e8de786a0d21bbfa7a
[ORC-RT] Invert the layout of the trivial-jit-re-dlopen testcase.

Compiles and moves the original C code for main to Inputs/dlopen-dlclose-x2.S,
where it can be shared with other testcases that want a
dlopen-dlclose-dlopen-dlclose sequence. The assembly containging the
initializers to be tested is moved into the test file.
compiler-rt/test/orc/TestCases/Darwin/x86-64/Inputs/dlopen-dlclose-x2.s [new file with mode: 0644]
compiler-rt/test/orc/TestCases/Darwin/x86-64/jit-re-dlopen-trivial.S [new file with mode: 0644]
compiler-rt/test/orc/TestCases/Darwin/x86-64/trivial-jit-re-dlopen.c [deleted file]