Topics from the LLVM microconference
Topics from the LLVM microconference
Posted Aug 27, 2015 13:00 UTC (Thu) by JGR (subscriber, #93631)In reply to: Topics from the LLVM microconference by ehiggs
Parent article: Topics from the LLVM microconference
>> But all are based on Clang and LLVM, so only code that can be built with that compiler suite can be sanitized using these tools.
> GCC has UBSan and TSan so I think this line is incorrect.
> GCC has UBSan and TSan so I think this line is incorrect.
GCC also supports AddressSanitizer and LeakSanitizer.
To the best of my knowledge the only one that isn't supported is MemorySanitizer.