Go to file
Andrew Trick 5470205ad2 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!

llvm-svn: 149932
2012-02-06 23:34:52 +00:00
clang Minor comment clarification. 2012-02-06 23:34:35 +00:00
compiler-rt [asan] use raw syscalls for open/close on linux to avoid being intercepted 2012-02-06 19:23:38 +00:00
debuginfo-tests Revert previous patch as the corresponding clang patch was reverted. 2012-01-26 07:01:33 +00:00
libclc
libcxx Make attributes on definition consistent with those on declaration. 2012-02-03 18:31:43 +00:00
libcxxabi __gxx_personality_v0 and __cxa_call_unexpected are complete on darwin and I *think* linux (not positive), but still unimplemented on arm. 2012-02-03 20:53:52 +00:00
lld Cleanup system_error extensions. 2012-01-31 21:47:13 +00:00
lldb Add help string for 'frame variable' to link to 'watchpoint set' which allows for using an expression to specify the address to watch for. 2012-02-06 22:17:23 +00:00
llvm This is a small patch with a couple of improvements for running lit with --debug: 2012-02-06 23:34:52 +00:00
polly RegisterPasses: Make sure to always execute the SCoPInfo pass 2012-02-06 14:53:51 +00:00