[PATCH] Verify source files for a module only once during the build
Dmitri Gribenko
gribozavr at gmail.com
Mon Feb 10 06:28:05 PST 2014
Hi,
Updated patch attached. Changes:
- Fixed a bug where we would verify system headers if the build
session timestamp is not provided.
- Separated the build session timestamp into a separate option. It
might have other uses in future.
- Added tests for the driver.
- Added libclang API to get the correct build session timestamp so
that clients can be sure that they get it right, instead of rolling
their own implementation.
Please review.
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: optimize-module-verification-v4.patch
Type: application/octet-stream
Size: 23798 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140210/ed24c657/attachment.obj>
More information about the cfe-commits
mailing list