Revert "[lli] Revisit Orc debug output tests" (#79055)
commit3f3a3e873a684e924d9d873f9e094e217e323f2a
authorMehdi Amini <joker.eph@gmail.com>
Mon, 22 Jan 2024 20:54:30 +0000 (22 12:54 -0800)
committerGitHub <noreply@github.com>
Mon, 22 Jan 2024 20:54:30 +0000 (22 12:54 -0800)
tree1543030f2b4d20d59da738509565cf3ddd1e2f09
parent9f8ccf50dde17adae1368a0cf41edadc8327aaf4
Revert "[lli] Revisit Orc debug output tests" (#79055)

Reverts llvm/llvm-project#76822

This fails to build with gcc 7.5:
```
llvm/tools/lli/lli.cpp:1087:16: error: could not convert ‘Obj’ from ‘std::unique_ptr<llvm::MemoryBuffer>’ to ‘llvm::Expected<std::unique_ptr<llvm::MemoryBuffer> >’
         return Obj;
                ^~~
```
llvm/test/ExecutionEngine/OrcLazy/debug-descriptor-elf-minimal.ll [moved from llvm/test/ExecutionEngine/OrcLazy/debug-descriptor.ll with 53% similarity]
llvm/test/ExecutionEngine/OrcLazy/debug-objects-elf-minimal.ll [new file with mode: 0644]
llvm/test/ExecutionEngine/OrcLazy/debug-objects.ll [deleted file]
llvm/tools/lli/CMakeLists.txt
llvm/tools/lli/ExecutionUtils.cpp [new file with mode: 0644]
llvm/tools/lli/ExecutionUtils.h [new file with mode: 0644]
llvm/tools/lli/lli.cpp