[PATCH] D21082: Do not assume that -fsanitize=address is valid option in clang tests

Kuba Brecka via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 7 12:05:53 PDT 2016


kubabrecka added a subscriber: kubabrecka.
kubabrecka added a comment.

This doesn’t make sense to me, Clang is able to produce ASanified code even when the compiler itself isn’t ASanified (that’s what LLVM_USE_SANITIZER does).  Where exactly is this test failing?


Repository:
  rL LLVM

http://reviews.llvm.org/D21082





More information about the cfe-commits mailing list