Go to file
Lang Hames fd284c6ce1 [RuntimeDyld] Make RuntimeDyldImpl::resolveExternalSymbols preserve the
relocation entries it applies.

Prior to this patch, RuntimeDyldImpl::resolveExternalSymbols discarded
relocations for external symbols once they had been applied. This causes issues
if the client calls MCJIT::finalizeLoadedModules more than once, and updates the
location of any symbols in between (e.g. by calling MCJIT::mapSectionAddress).

No test case yet: None of our in-tree memory managers support moving sections
around. I'll have to hack up a dummy memory manager before I can write a unit
test.

Fixes <rdar://problem/16764378>

llvm-svn: 208257
2014-05-07 22:34:08 +00:00
clang Add an Extension warning for applying unary * to an operand of type 'void*' in 2014-05-07 21:53:27 +00:00
clang-tools-extra Print stats on displayed and ignored warnings. 2014-05-07 09:06:53 +00:00
compiler-rt [MSan] Fixup for r206983: MsanThread may be unavailable in signal handler: signals may be raised while thread is being destroyed 2014-05-07 21:23:12 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Fix build broken by LLVM commit r207593 2014-04-30 18:35:20 +00:00
libcxx Fix PR 19663. Some calls to find(vector<bool>) were returning iterators that were subtly invalid (didn't compare equal). Thanks to Erik Verbruggen for the report (and diagnosis) 2014-05-06 15:33:23 +00:00
libcxxabi Make libc++abi use the implementation of __numstr from libc++. No functionality change, just removal of duplicated code. 2014-05-07 20:17:41 +00:00
lld Simplify InputGraph::getNextFile. No functionality change. 2014-05-07 22:27:12 +00:00
lldb Allow clients to control the exact path that is used to launch processes by adding new calls to SBLaunchInfo. 2014-05-07 20:16:06 +00:00
llvm [RuntimeDyld] Make RuntimeDyldImpl::resolveExternalSymbols preserve the 2014-05-07 22:34:08 +00:00
openmp Add the offload directory which contains the code needed to support 2014-04-09 15:40:23 +00:00
polly unxfail passing testcase 2014-05-07 18:01:32 +00:00