Go to file
Pavel Labath cce9a609fb XFail TestMemoryFind on 32-bit architectures
the test fails for a very prosaic reason: `(const char *)0x1000` returns "4096" on x86_64 and
"1000" (without the "0x") on i386. I haven't tried other 32-bit arches, but I am guessing the
behaviour is the same. XFAIL until someone can get a chance to look at this.

llvm-svn: 280344
2016-09-01 09:17:37 +00:00
clang Remove whitespace to test commit access 2016-09-01 06:14:45 +00:00
clang-tools-extra [clang-tidy docs] Add missing option docs. 2016-08-31 13:21:18 +00:00
compiler-rt Fix the use of unitialized value while reporting double free in ASAN. 2016-08-31 23:42:27 +00:00
debuginfo-tests
libclc configure.py: Add polaris10 and polaris11 2016-08-30 18:00:41 +00:00
libcxx Fix libc++ configuration with -fsanitize-coverage 2016-09-01 01:38:32 +00:00
libcxxabi libc++abi: fix some -Wunused-function warnings 2016-08-31 20:29:05 +00:00
libunwind consistently add \n to log and trace messages 2016-08-30 15:38:10 +00:00
lld Fix the implementation of R_386_GOTPC and R_386_GOTOFF. 2016-08-31 23:24:11 +00:00
lldb XFail TestMemoryFind on 32-bit architectures 2016-09-01 09:17:37 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [SimplifyCFG] Fix nondeterministic iteration order 2016-09-01 09:01:34 +00:00
openmp Appease older gcc compilers for the many-microtask-args.c test 2016-08-30 19:28:58 +00:00
parallel-libs [StreamExecutor] getOrDie and dieIfError utils 2016-08-31 23:30:41 +00:00
polly [ScopInfo] Add missing ISL annotations NFC. 2016-09-01 09:03:27 +00:00