add support for ignore-gdb-version
This commit is contained in:
parent
8f8873e386
commit
5b0a0d8254
@ -187,6 +187,12 @@ pub(super) fn parse_cfg_name_directive<'a>(
|
|||||||
if name == "llvm-version" {
|
if name == "llvm-version" {
|
||||||
outcome = MatchOutcome::External;
|
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 {
|
ParsedNameDirective {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user