mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-26 13:01:34 +03:00
zig cc: make --version use the full clang CLI lowering code path
because clang wants to parse the -target argument with clang -target syntax. closes #30178
This commit is contained in:
@@ -590,6 +590,10 @@ const known_options = [_]KnownOpt{
|
||||
.name = "dynamic",
|
||||
.ident = "dynamic",
|
||||
},
|
||||
.{
|
||||
.name = "version",
|
||||
.ident = "version",
|
||||
},
|
||||
};
|
||||
|
||||
const blacklisted_options = [_][]const u8{};
|
||||
|
||||
Reference in New Issue
Block a user