[all-commits] [llvm/llvm-project] 60236f: Revert "[msan] Check qsort input." and "[msan] Int...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Dec 20 21:36:28 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 60236fedc9bdde70f06c85350b1d10e4dac75e9f
https://github.com/llvm/llvm-project/commit/60236fedc9bdde70f06c85350b1d10e4dac75e9f
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2019-12-20 (Fri, 20 Dec 2019)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
M compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
R compiler-rt/test/msan/qsort.cpp
Log Message:
-----------
Revert "[msan] Check qsort input." and "[msan] Intercept qsort, qsort_r."
Temporarily revert the qsort changes because they fail to build on bots
that build with modules:
> error: thread-local storage is not supported for the current
> target (iossim)
http://green.lab.llvm.org/green/job/clang-stage2-Rthinlto/1820/console
http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/4983/console
This reverts commit ddf897fc80499ece298bc33201db6b697d2af50e.
This reverts commit 07861e955d0095f25639d84c5726c73b528567cb.
More information about the All-commits
mailing list