[PATCH] D32724: [Modules] Include the enabled sanitizers in the module hash
Vedant Kumar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 5 15:26:26 PDT 2017
vsk updated this revision to Diff 98030.
vsk edited the summary of this revision.
vsk added a comment.
- Exclude sanitizers which cannot affect AST generation from the module hash.
- Improve the test to check modules are actually rebuilt when we expect them to be rebuilt, and not rebuilt otherwise.
https://reviews.llvm.org/D32724
Files:
include/clang/Basic/Sanitizers.h
lib/Basic/LangOptions.cpp
lib/Frontend/CompilerInvocation.cpp
test/Modules/Inputs/check-for-sanitizer-feature/check.h
test/Modules/Inputs/check-for-sanitizer-feature/map
test/Modules/check-for-sanitizer-feature.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32724.98030.patch
Type: text/x-patch
Size: 4688 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170505/2be9376a/attachment-0001.bin>
More information about the cfe-commits
mailing list