Re: [RFC][PATCH 3/X][libsanitizer] Allow compilation for HWASAN_WITH_INTERCEPTORS=OFF

2019-09-09 Thread Martin Liška
On 9/6/19 4:46 PM, Matthew Malcomson wrote: > This is a port of the LLVM-svn commit number 359914, it allows > compilation of the library without using interceptors. As mentioned in the previous email, the cherry-pick will not be needed any longer. Martin

[RFC][PATCH 3/X][libsanitizer] Allow compilation for HWASAN_WITH_INTERCEPTORS=OFF

2019-09-06 Thread Matthew Malcomson
This is a port of the LLVM-svn commit number 359914, it allows compilation of the library without using interceptors. This has been useful for testing. libsanitizer/ChangeLog: 2019-09-06 Matthew Malcomson * hwasan/hwasan_linux.cc: Allow compilation without interceptors. ##