[PATCH] D60059: [Driver] implement -feverything

Peter Collingbourne via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 1 12:21:20 PDT 2019


pcc added a comment.

In D60059#1450320 <https://reviews.llvm.org/D60059#1450320>, @lebedev.ri wrote:

> In D60059#1450252 <https://reviews.llvm.org/D60059#1450252>, @yuxuanchen1997 wrote:
>
> > > enable all runtime sanitizers for extra safety
> >
> > Brilliant idea. But I wonder how that could be done for -fsanitize. ASAN and MSAN can't be used together.
>
>
> Nonsense.
>  There is a patch that allows to offload the shadow memory onto the cloud via blockchain,
>  in encrypted form for extra security of course. That will allow to use both sanitizers together.


That's unsurprising, given that LLVM already contains blockchain technology.
http://llvm-cs.pcc.me.uk/lib/CodeGen/MachineBlockPlacement.cpp#214


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60059





More information about the cfe-commits mailing list