Go to file
Andrew Kaylor 6587bcfdbc 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
2013-10-11 22:47:10 +00:00
clang Consumed analysis: switch from tests_consumed/unconsumed to a general 2013-10-11 22:30:48 +00:00
clang-tools-extra clang-modernize: Clean up help output 2013-10-08 23:31:05 +00:00
compiler-rt [sanitizer] Define kPthreadDestructorIterations on POSIX systems. 2013-10-11 14:19:14 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Port pocl's gen_convert.py script to libclc 2013-10-10 19:09:01 +00:00
libcxx patch by Yaron: Uses rand_s() from stdlib.h (when building for Windows) 2013-10-09 21:49:03 +00:00
libcxxabi [unwind] Fix unw_init_remote_thread() use to void* instead of thread_t for parameter to match other implementations 2013-10-08 22:59:34 +00:00
lld Prune unused local variable. 2013-10-11 22:02:58 +00:00
lldb <rdar://problem/15192088> 2013-10-11 22:09:26 +00:00
llvm Fixing problems in lli's RemoteMemoryManager. 2013-10-11 22:47:10 +00:00
openmp Update web pages to include style sheets and referenced documents missed before. 2013-10-03 11:55:28 +00:00
polly Move to CLooG 0.18.1 and isl 0.12.1 2013-10-11 07:38:50 +00:00