[compiler-rt] r267094 - [sanitizer] Allow the sanitizer allocator to use a non-fixed address range. An allocator with a non-fixed address range will be attack-resistan. NFC for the sanitizers at this point.
Renato Golin via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 22 04:24:55 PDT 2016
On 22 April 2016 at 10:48, Renato Golin <renato.golin at linaro.org> wrote:
> I think this may have broken
> http://lab.llvm.org:8011/builders/clang-cmake-aarch64-42vma/builds/7645
Yup, bisecting confirms this is the patch that breaks it. Since it
broke a lot of tests and it was supposed to be NFC, I took the liberty
to revert in r267136.
I'll keep an eye on the bots, but let me know how we can help test this further.
cheers,
--renato
More information about the llvm-commits
mailing list