mirror of
https://github.com/ziglang/zig.git
synced 2025-12-11 08:43:09 +00:00
Add zig_llvm-ar.cpp in build.zig
This was added in 0afb5b2ec6de494efe0605b2270f6a01b95237af 8 days ago, but it seems it was only added in the cmake files and not build.zig
This commit is contained in:
parent
1aeee80344
commit
aecf4571ba
@ -769,6 +769,7 @@ const zig_cpp_sources = [_][]const u8{
|
|||||||
// These are planned to stay even when we are self-hosted.
|
// These are planned to stay even when we are self-hosted.
|
||||||
"src/zig_llvm.cpp",
|
"src/zig_llvm.cpp",
|
||||||
"src/zig_clang.cpp",
|
"src/zig_clang.cpp",
|
||||||
|
"src/zig_llvm-ar.cpp",
|
||||||
"src/zig_clang_driver.cpp",
|
"src/zig_clang_driver.cpp",
|
||||||
"src/zig_clang_cc1_main.cpp",
|
"src/zig_clang_cc1_main.cpp",
|
||||||
"src/zig_clang_cc1as_main.cpp",
|
"src/zig_clang_cc1as_main.cpp",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user