summaryrefslogtreecommitdiffstats
path: root/llvm/utils/test_debuginfo.pl
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-09-13 21:23:17 +0000
committerDevang Patel <dpatel@apple.com>2010-09-13 21:23:17 +0000
commit42be03b4a04cbba9689a6b6f78b74f9cd8639d5c (patch)
tree5d560fdae80f13814fee59100e8eb7094df9fda1 /llvm/utils/test_debuginfo.pl
parent1eea3519207ca274eb4148f1091450e99f7d728e (diff)
downloadbcm5719-llvm-42be03b4a04cbba9689a6b6f78b74f9cd8639d5c.tar.gz
bcm5719-llvm-42be03b4a04cbba9689a6b6f78b74f9cd8639d5c.zip
Fix typo in temp. script file name.
llvm-svn: 113787
Diffstat (limited to 'llvm/utils/test_debuginfo.pl')
-rwxr-xr-xllvm/utils/test_debuginfo.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/test_debuginfo.pl b/llvm/utils/test_debuginfo.pl
index 740405ffd96..fb61fb02616 100755
--- a/llvm/utils/test_debuginfo.pl
+++ b/llvm/utils/test_debuginfo.pl
@@ -20,7 +20,7 @@ my $executable_file = $ARGV[1];
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:
OpenPOWER on IntegriCloud