mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-24 12:20:00 +00:00
Fix typo in temp. script file name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113787 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e5db19ebd5
commit
12b0179c14
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user