diff options
| author | Nicolas <abramlujan@gmail.com> | 2021-06-05 21:33:16 -0300 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2021-06-05 20:37:20 -0400 |
| commit | aecf4571baee21c5616f5f9c06d22f015a5d58cc (patch) | |
| tree | fa8d1944e44c8efc4544362a127dad6545ee5850 /build.zig | |
| parent | 1aeee80344387509bc898abf4789593bcfa5353a (diff) | |
| download | zig-aecf4571baee21c5616f5f9c06d22f015a5d58cc.tar.gz zig-aecf4571baee21c5616f5f9c06d22f015a5d58cc.zip | |
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
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |
