[PATCH] D32724: [Modules] Include the enabled sanitizers in the module hash

Adrian Prantl via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 5 15:45:04 PDT 2017


aprantl added a comment.

Is it the right solution to use the module hash for correctness, or should the mismatch of the serialized langopts trigger a module rebuild and the module hash is only there to tune the performance/disk size tradeoff?


https://reviews.llvm.org/D32724





More information about the cfe-commits mailing list