diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2014-11-10 10:37:44 +0000 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2014-11-17 11:34:09 +0000 |
commit | 6d7e163a84aa15176ea602cf23142c8b348918a5 (patch) | |
tree | ec8ec262526d4fa545a93a3e7b27c199ba5a11bd /tests | |
parent | 0743df4033967c18a5009e4f01ccf709f7c06c86 (diff) |
tests: Add a comment about viewing the ExplodedGraph
This should aid future debugging.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/wrapper-compiler-errors | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/wrapper-compiler-errors b/tests/wrapper-compiler-errors index a578945..213382c 100755 --- a/tests/wrapper-compiler-errors +++ b/tests/wrapper-compiler-errors @@ -87,6 +87,9 @@ while [[ -f `printf "${temp_dir}/${input_filename}_%02d.c" ${num}` ]]; do fi # Run the compiler. + # e.g. Set + # TARTAN_TEST_OPTIONS="-analyzer-checker=debug.ViewExplodedGraph" to + # debug the ExplodedGraph TARTAN_PLUGIN=$tartan_plugin \ TARTAN_OPTIONS=--quiet \ $tartan \ |