[PATCH] D71740: [msan] Intercept qsort, qsort_r.

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 20 21:40:13 PST 2019


JDevlieghere added a comment.

I've reverted this commit because our bots have been broken since this landed. Can you please keep an eye on these bots when you re-land this? Thanks!

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 <https://reviews.llvm.org/rGddf897fc80499ece298bc33201db6b697d2af50e>.
This reverts commit 07861e955d0095f25639d84c5726c73b528567cb <https://reviews.llvm.org/rG07861e955d0095f25639d84c5726c73b528567cb>.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71740/new/

https://reviews.llvm.org/D71740





More information about the llvm-commits mailing list