Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix GCC -Wcast-qual warnings | Hans Wennborg | 2019-11-15 | 1 | -2/+2 |
| | |||||
* | GCC 5.3 build fix | Hans Wennborg | 2019-11-15 | 1 | -1/+1 |
| | | | | | | | | | | It was failing with llvm/lib/ExecutionEngine/Orc/DebugUtils.cpp:56:10: error: could not convert ‘Obj’ from ‘std::unique_ptr<llvm::MemoryBuffer>’ to ‘llvm::Expected<std::unique_ptr<llvm::MemoryBuffer> >’ return Obj; ^ | ||||
* | [ORC] Add a utility to support dumping JIT'd objects to disk for debugging. | Lang Hames | 2019-11-14 | 1 | -0/+68 |
Adds a DumpObjects utility that can be used to dump JIT'd objects to disk. Instances of DebugObjects may be used by ObjectTransformLayer as no-op transforms. This patch also adds an ObjectTransformLayer to LLJIT and an example of how to use this utility to dump JIT'd objects in LLJIT. |