Skip to content

Commit

Permalink
build.zig: omit LLVMTableGen from llvm libs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Apr 15, 2021
1 parent 2a6ec2e commit 68e69aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -895,7 +896,6 @@ const llvm_libs = [_][]const u8{
"LLVMRemarks",
"LLVMBitstreamReader",
"LLVMBinaryFormat",
"LLVMTableGen",
"LLVMSupport",
"LLVMDemangle",
};

0 comments on commit 68e69aa

Please sign in to comment.