diff options
Diffstat (limited to 'llvm/utils/test_debuginfo.pl')
-rwxr-xr-x | llvm/utils/test_debuginfo.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/utils/test_debuginfo.pl b/llvm/utils/test_debuginfo.pl index a6b6137c1cd..aaf90d95468 100755 --- a/llvm/utils/test_debuginfo.pl +++ b/llvm/utils/test_debuginfo.pl @@ -71,6 +71,8 @@ system("$my_debugger $debugger_options $debugger_script_file $executable_file > # validate output. system("FileCheck", "-input-file", "$output_file", "$testcase_file"); if ($?>>8 == 1) { + print "Debugger output was:\n"; + system("cat", "$output_file"); exit 1; } else { |