Go to file
Sagar Thakur 2e17dd5882 [LSAN] Fix test swapcontext.cc on MIPS
Summary: There is no frame validity check in the slow unwinder like there is in the fast unwinder due to which lsan reports a leak even for heap allocated coroutine in the test swapcontext.cc. Since mips/linux uses slow unwindwer instead of fast unwinder, the test fails for mips/linux. Therefore adding the checks before unwinding fixes the test for mips/linux.

Reviewers: samsonov, earthdok, kcc
Subscribers: llvm-commits, mohit.bhakkad, jaydeep
Differential: http://reviews.llvm.org/D18690
llvm-svn: 266716
2016-04-19 06:00:35 +00:00
clang [CUDA] Add --no-cuda-noopt-debug, which disables --cuda-noopt-debug. 2016-04-19 02:27:11 +00:00
clang-tools-extra Replace hardcoded comment at 'lit.site.cfg.in' 2016-04-16 07:01:42 +00:00
compiler-rt [LSAN] Fix test swapcontext.cc on MIPS 2016-04-19 06:00:35 +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 prepare-builtins: Remove call to getGlobalContext() 2016-04-15 14:18:58 +00:00
libcxx Make tuples constructors conditionally EXPLICIT. See N4387 2016-04-19 01:19:25 +00:00
libcxxabi [CMake] Fix misleading error message in CMakeLists.txt. 2016-04-18 17:40:18 +00:00
libunwind [AArch64] Fix libunwind build when using GNU assembler 2016-02-11 21:22:57 +00:00
lld LTO: Adapt to LLVM API changes in r266713 2016-04-19 04:57:40 +00:00
lldb test infra cleanup: convert test_runner lib into package 2016-04-19 04:20:35 +00:00
llgo benchcomp: Add a mode for analyzing rule execution time in ninja log files. 2016-04-08 22:42:22 +00:00
llvm Introduce a "patchable-function" function attribute 2016-04-19 05:24:47 +00:00
openmp Fix trip count calculation for parallel loops in runtime 2016-04-18 21:38:29 +00:00
polly SCoPValidator: Use SCEVTraversal to simplify SCEVInRegionDependences 2016-04-18 15:46:27 +00:00