diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-08-02 17:14:19 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-08-02 17:22:16 -0700 |
| commit | dfecd819ceca861118d80c884614d3bf82eecd3e (patch) | |
| tree | 290c222d493d6faea5a563b9ec954102a8a96120 /build.zig | |
| parent | 129bd4e9c3f1abca87893f39010a49f404309b16 (diff) | |
| download | zig-dfecd819ceca861118d80c884614d3bf82eecd3e.tar.gz zig-dfecd819ceca861118d80c884614d3bf82eecd3e.zip | |
build: add new clang libraries for LLVM 15 upgrade
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1046,6 +1046,8 @@ const clang_libs = [_][]const u8{ "clangCrossTU", "clangIndex", "clangToolingCore", + "clangExtractAPI", + "clangSupport", }; const lld_libs = [_][]const u8{ "lldMinGW", |
