Shouldn't we just install the entire include/sanitizer directory? (And thanks for doing this!!)
On Tue, May 13, 2014 at 8:13 PM, Yury Gribov <y.gri...@samsung.com> wrote: > Hi, > > Asan and Tsan allow sanitized applications to tweak runtime behavior via API > defined in headers in libsanitizer/include/sanitizer. This patch adds > installation code for these headers and a small test. > > Bootstrapped and regtested on x64. > > -Y