[LLVMdev] LLVM-based address sanity checker
Renato Golin
rengolin at systemcall.org
Thu Jun 16 12:27:51 PDT 2011
On 16 June 2011 20:14, Kostya Serebryany <kcc at google.com> wrote:
> - Almost everything is on one
> file: http://code.google.com/p/address-sanitizer/source/browse/trunk/asan/asan_rtl.cc
I'd split into separate C files, just for organisation purposes...
maybe for platform selection later, if needed.
> Tests: http://code.google.com/p/address-sanitizer/source/browse/trunk/asan/asan_test.cc
You're using gtest, which is what LLVM uses for unit tests... that's a win. ;)
cheers,
--renato
More information about the llvm-dev
mailing list