[Orc][examples] Add LLJITWithRemoteDebugging example
authorStefan Gränitz <stefan.graenitz@gmail.com>
Fri, 26 Mar 2021 17:57:47 +0000 (18:57 +0100)
committerStefan Gränitz <stefan.graenitz@gmail.com>
Sun, 28 Mar 2021 15:25:09 +0000 (17:25 +0200)
commit258f055ed93661900bc568350e09f467c0950486
tree4236eae6311e746e3baf9c2728ff61c5184af576
parent2f779e79d50114830c02cdb9e77bd851e13d9fc1
[Orc][examples] Add LLJITWithRemoteDebugging example
llvm/examples/OrcV2Examples/CMakeLists.txt
llvm/examples/OrcV2Examples/ExampleModules.h
llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/CMakeLists.txt [new file with mode: 0644]
llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/LLJITWithRemoteDebugging.cpp [new file with mode: 0644]
llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/RemoteJITUtils.cpp [new file with mode: 0644]
llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/RemoteJITUtils.h [new file with mode: 0644]
llvm/test/Examples/OrcV2Examples/Inputs/argc_sub1.c [new file with mode: 0644]
llvm/test/Examples/OrcV2Examples/Inputs/argc_sub1_elf.ll [new file with mode: 0644]
llvm/test/Examples/OrcV2Examples/lljit-with-remote-debugging.test [new file with mode: 0644]