summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2013-02-25 23:00:19 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2013-02-25 23:00:19 +0000
commitcf99fd57090e5630b22da6528ebb518ad381f47d (patch)
tree0b93474dd10cb3c89073c74a169108bfa83e8f0e /clang/lib/CodeGen/CodeGenModule.cpp
parent11d0a9f27865e6bf46993aa42e9aec76416f41c7 (diff)
downloadbcm5719-llvm-cf99fd57090e5630b22da6528ebb518ad381f47d.tar.gz
bcm5719-llvm-cf99fd57090e5630b22da6528ebb518ad381f47d.zip
Provide workaround for PR 15130.
This changes the RecordingMemoryManager in lli to use mapped memory rather than malloc to allocate memory for sections and uses a 'near' MemoryBlock to keep the allocations together. This works around a problem in MCJIT where relocations are applied to a generated image immediately oupon generation, which isn't appropriate for the remote case. llvm-svn: 176057
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud