Go to file
Kuba Brecka 6cb7f7a923 [tsan] Fix stack_sync_reuse.cc test on OS X
The test relies on two variables in different frames to end up being on the same address. For some reason, this isn't true on OS X. This patch adds `__attribute__((aligned(64)))` to the variables, which actually makes the variables occupy the same address. This is still not a guarantee, but it's more likely to work (the test looks very fragile already).

Differential Revision: http://reviews.llvm.org/D14925

llvm-svn: 253981
2015-11-24 13:29:15 +00:00
clang [OPENMP] Fix crash on codegen for 'task' directive with no shared variables. 2015-11-24 13:01:44 +00:00
clang-tools-extra Fix test failure introduced by r253859. I believe that the new behavior 2015-11-23 22:28:56 +00:00
compiler-rt [tsan] Fix stack_sync_reuse.cc test on OS X 2015-11-24 13:29:15 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc integer: remove explicit casts from _MIN definitions 2015-10-06 19:12:12 +00:00
libcxx Use libcxx's default rune table with the Musl C library. 2015-11-24 10:24:54 +00:00
libcxxabi c++abi: use __builtin_offsetof instead of offsetof 2015-11-18 05:33:38 +00:00
libunwind Make it possible to use libunwind without heap. 2015-11-09 06:57:29 +00:00
lld Reapply fixed r253967. 2015-11-24 10:15:50 +00:00
lldb Disable forcing -marm (A32 instruction set) while running testsuite on arm targets. 2015-11-24 10:35:03 +00:00
llgo debug: Update for debug info API change. 2015-11-05 22:04:20 +00:00
llvm Add new vector types for 512-, 1024- and 2048-bit vectors 2015-11-24 13:07:35 +00:00
openmp Add newlines to debug TRACE messages in kmp_taskdeps.cpp 2015-11-16 22:53:38 +00:00
polly ScopInfo: Add option to ignore integer wrapping 2015-11-24 12:50:02 +00:00