llvm-6502/utils/lit
Andrew Trick d0b3da1ea2 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.

Patch by Eli Bendersky!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149932 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-06 23:34:52 +00:00
..
lit This is a small patch with a couple of improvements for running lit with --debug: 2012-02-06 23:34:52 +00:00
lit.py
setup.py Fix a ton of comment typos found by codespell. Patch by 2011-04-15 05:18:47 +00:00
TODO