[all-commits] [llvm/llvm-project] 3f3a3e: Revert "[lli] Revisit Orc debug output tests" (#79...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Mon Jan 22 12:54:43 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3f3a3e873a684e924d9d873f9e094e217e323f2a
      https://github.com/llvm/llvm-project/commit/3f3a3e873a684e924d9d873f9e094e217e323f2a
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2024-01-22 (Mon, 22 Jan 2024)

  Changed paths:
    A llvm/test/ExecutionEngine/OrcLazy/debug-descriptor-elf-minimal.ll
    R llvm/test/ExecutionEngine/OrcLazy/debug-descriptor.ll
    A llvm/test/ExecutionEngine/OrcLazy/debug-objects-elf-minimal.ll
    R llvm/test/ExecutionEngine/OrcLazy/debug-objects.ll
    M llvm/tools/lli/CMakeLists.txt
    A llvm/tools/lli/ExecutionUtils.cpp
    A llvm/tools/lli/ExecutionUtils.h
    M llvm/tools/lli/lli.cpp

  Log Message:
  -----------
  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;
                ^~~
```




More information about the All-commits mailing list