forked from OSchip/llvm-project
Fixed a crasher. The cmd_file needs to be resolved before reading lines from it.
llvm-svn: 116948
This commit is contained in:
parent
320a553319
commit
1ee3853fc9
|
@ -70,7 +70,7 @@ public:
|
|||
|
||||
result.AppendMessageWithFormat ("Executing commands in '%s'.\n", filename);
|
||||
|
||||
FileSpec cmd_file (filename, false);
|
||||
FileSpec cmd_file (filename, true);
|
||||
if (cmd_file.Exists())
|
||||
{
|
||||
STLStringArray commands;
|
||||
|
|
Loading…
Reference in New Issue