[llvm-commits] [PATCH] improve lit --debug

Andrew Trick atrick at apple.com
Mon Feb 6 15:41:26 PST 2012


On Feb 5, 2012, at 4:09 AM, "Bendersky, Eli" <eli.bendersky at intel.com> wrote:

> This is a small patch with a couple of improvements for running lit with --debug:
> 
> 1. Added a status note when a config file is loaded directly with load_config. This helps notice loads of lit.cfg from lit.site.cfg
> 2. Added a status note on the result of a config load. Previously, it was just notifying that it tries to load a config file. Now it will also say whether the load succeeded or the file wasn't found
> 
> The two changes give better visibility into which config files were actually loaded by lit. The effect is only on --debug runs.
> 
> Please review!

Committed r149932. Thanks Eli. This should save me doing the same manually each time I debug lit config.

-Andy



More information about the llvm-commits mailing list