mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
build.zig: omit LLVMTableGen from llvm libs
This commit is contained in:
parent
2a6ec2e155
commit
68e69aae2b
@ -743,7 +743,8 @@ const lld_libs = [_][]const u8{
|
||||
};
|
||||
// This list can be re-generated with `llvm-config --libfiles` and then
|
||||
// reformatting using your favorite text editor. Note we do not execute
|
||||
// `llvm-config` here because we are cross compiling.
|
||||
// `llvm-config` here because we are cross compiling. Also omit LLVMTableGen
|
||||
// from these libs.
|
||||
const llvm_libs = [_][]const u8{
|
||||
"LLVMWindowsManifest",
|
||||
"LLVMXRay",
|
||||
@ -895,7 +896,6 @@ const llvm_libs = [_][]const u8{
|
||||
"LLVMRemarks",
|
||||
"LLVMBitstreamReader",
|
||||
"LLVMBinaryFormat",
|
||||
"LLVMTableGen",
|
||||
"LLVMSupport",
|
||||
"LLVMDemangle",
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user