diff options
author | Lang Hames <lhames@gmail.com> | 2019-12-15 17:23:36 -0800 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2019-12-15 17:35:52 -0800 |
commit | c0143f37dab38a2da27c9bb6f44f3a54ca9cf86f (patch) | |
tree | 83d072427609dadd6523f58d9166d81ab2c203d6 /lldb/source/Commands/CommandObjectFrame.cpp | |
parent | 1ea5ce6335c7c0e040f70de16f1080546d242b69 (diff) | |
download | llvm-c0143f37dab38a2da27c9bb6f44f3a54ca9cf86f.zip llvm-c0143f37dab38a2da27c9bb6f44f3a54ca9cf86f.tar.gz llvm-c0143f37dab38a2da27c9bb6f44f3a54ca9cf86f.tar.bz2 |
[ORC] Make ObjectLinkingLayer own its jitlink::MemoryManager.
This relieves ObjectLinkingLayer clients of the responsibility of holding the
memory manager. This makes it easier to select between RTDyldObjectLinkingLayer
(which already owned its memory manager factory) and ObjectLinkingLayer at
runtime as clients aren't required to hold a jitlink::MemoryManager field just
in case ObjectLinkingLayer is selected.
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
0 files changed, 0 insertions, 0 deletions