[llvm-commits] [llvm] r113787 - /llvm/trunk/utils/test_debuginfo.pl

Devang Patel dpatel at apple.com
Mon Sep 13 14:23:17 PDT 2010


Author: dpatel
Date: Mon Sep 13 16:23:17 2010
New Revision: 113787

URL: http://llvm.org/viewvc/llvm-project?rev=113787&view=rev
Log:
Fix typo in temp. script file name.

Modified:
    llvm/trunk/utils/test_debuginfo.pl

Modified: llvm/trunk/utils/test_debuginfo.pl
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/test_debuginfo.pl?rev=113787&r1=113786&r2=113787&view=diff
==============================================================================
--- llvm/trunk/utils/test_debuginfo.pl (original)
+++ llvm/trunk/utils/test_debuginfo.pl Mon Sep 13 16:23:17 2010
@@ -20,7 +20,7 @@
 my $input_filename = basename $testcase_file;
 my $output_dir = dirname $executable_file;
 
-my $debugger_script_file = "$output_dir/$input_filename.gdb.scirpt";
+my $debugger_script_file = "$output_dir/$input_filename.debugger.script";
 my $output_file = "$output_dir/$input_filename.gdb.output";
 
 # Extract debugger commands from testcase. They are marked with DEBUGGER: 





More information about the llvm-commits mailing list