commit 49f687f7c674d99d2ff66f94ef35bd96d2d2989a (tree) parent b9ec7c56754aea9f3e0f206e42bc89f0bb7305f8 Author: Andrew Kelley <andrew@ziglang.org> Date: Sat, 2 Oct 2021 12:41:08 -0700 build.zig: omit LLVMTableGen from the llvm lib list Diffstat:
| M | build.zig | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/build.zig b/build.zig @@ -1046,7 +1046,6 @@ const llvm_libs = [_][]const u8{ "LLVMRemarks", "LLVMBitstreamReader", "LLVMBinaryFormat", - "LLVMTableGen", "LLVMSupport", "LLVMDemangle", };