summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetLoweringObjectFile.cpp
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2013-10-11 22:47:10 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2013-10-11 22:47:10 +0000
commit6587bcfdbc98d845c54771225b5c653989282579 (patch)
treed907494371fc63ff9bb7477bbb941ef8fbde9910 /llvm/lib/Target/TargetLoweringObjectFile.cpp
parent8d41d9950230f03322d1debe588b12f66d8e39a9 (diff)
downloadbcm5719-llvm-6587bcfdbc98d845c54771225b5c653989282579.tar.gz
bcm5719-llvm-6587bcfdbc98d845c54771225b5c653989282579.zip
Fixing problems in lli's RemoteMemoryManager.
This fixes a problem from a previous check-in where a return value was omitted. Previously the remote/stubs-remote.ll and remote/stubs-sm-pic.ll tests were reporting passes, but they should have been failing. Those tests attempt to link against an external symbol and remote symbol resolution is not supported. The old RemoteMemoryManager implementation resulted in local symbols being used for resolution and the child process crashed but the test didn't notice. With this check-in remote symbol resolution fails, and so the test (correctly) fails. llvm-svn: 192514
Diffstat (limited to 'llvm/lib/Target/TargetLoweringObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud