mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +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:
@@ -1121,6 +1121,7 @@ pub const ClangCliParam = struct {
|
||||
rtlib,
|
||||
static,
|
||||
dynamic,
|
||||
version,
|
||||
};
|
||||
|
||||
pub fn matchEql(self: @This(), arg: []const u8) u2 {
|
||||
|
||||
Reference in New Issue
Block a user