summaryrefslogtreecommitdiffstats
path: root/llvm/examples/LLJITExamples/LLJITDumpObjects/LLJITDumpObjects.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [ORC] Add a utility to support dumping JIT'd objects to disk for debugging.Lang Hames2019-11-141-0/+70
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.
OpenPOWER on IntegriCloud