forked from Imagelibrary/binutils-gdb
Don't try to delete the output file if we don't know its name yet.
This commit is contained in:
@@ -47,6 +47,12 @@ class Parameters
|
||||
errors() const
|
||||
{ return this->errors_; }
|
||||
|
||||
// Whether the options are valid. This should not normally be
|
||||
// called, but it is needed by gold_exit.
|
||||
bool
|
||||
options_valid() const
|
||||
{ return this->options_valid_; }
|
||||
|
||||
// Whether to use threads.
|
||||
bool
|
||||
threads() const
|
||||
|
||||
Reference in New Issue
Block a user