[PATCH] [libcxx] Refactor lit.cfg.
Dan Albert
danalbert at google.com
Mon Aug 18 01:08:28 PDT 2014
Hi mclow.lists, EricWF,
The purely imperative format of the configuration performed in lit.cfg was making merge conflicts with changes I have for Android an unbelievable pain in the ass. I've moved all of the configuration into a Configuration class, with each piece of configuration happening in a different method. This way I can avoid merge conflicts, and any new features that get added (as have been done with the sanitizers, the -std flag, etc.) can be easily applied to Android as well.
http://reviews.llvm.org/D4952
Files:
test/lit.cfg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4952.12611.patch
Type: text/x-patch
Size: 19920 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140818/da62126d/attachment.bin>
More information about the cfe-commits
mailing list