Add zig_llvm-ar.cpp in build.zig

This was added in 0afb5b2ec6 8 days ago, but it seems it was only added in the cmake files and not build.zig
This commit is contained in:
Nicolas 2021-06-05 21:33:16 -03:00 committed by Andrew Kelley
parent 072c3202c3
commit c8ee445c86

View file

@ -769,6 +769,7 @@ const zig_cpp_sources = [_][]const u8{
// These are planned to stay even when we are self-hosted.
"src/zig_llvm.cpp",
"src/zig_clang.cpp",
"src/zig_llvm-ar.cpp",
"src/zig_clang_driver.cpp",
"src/zig_clang_cc1_main.cpp",
"src/zig_clang_cc1as_main.cpp",