add support for ignore-gdb-version
This commit is contained in:
parent
8f8873e386
commit
5b0a0d8254
@ -187,6 +187,12 @@ macro_rules! condition {
|
||||
if name == "llvm-version" {
|
||||
outcome = MatchOutcome::External;
|
||||
}
|
||||
|
||||
// Don't error out for ignore-llvm-version, that has a custom syntax and is handled
|
||||
// elsewhere.
|
||||
if name == "gdb-version" {
|
||||
outcome = MatchOutcome::External;
|
||||
}
|
||||
}
|
||||
|
||||
ParsedNameDirective {
|
||||
|
Loading…
Reference in New Issue
Block a user