[PATCH] Don't localize globals that may serve as leak checker roots.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Sep 25 11:21:50 PDT 2013


> Don't we care about valgrind's leak detector any more? :)

We do, but I would still put this behind a clang -fsanitize=valgrind
option that is document to disable optimizations that confuse valgrind
and for now just adds this metadata.

Cheers,
Rafael



More information about the llvm-commits mailing list