| ... | ... | @@ -743,7 +743,8 @@ const lld_libs = [_][]const u8{ |
| 743 | 743 | }; |
| 744 | 744 | // This list can be re-generated with `llvm-config --libfiles` and then |
| 745 | 745 | // reformatting using your favorite text editor. Note we do not execute |
| 746 | | // `llvm-config` here because we are cross compiling. |
| 746 | // `llvm-config` here because we are cross compiling. Also omit LLVMTableGen |
| 747 | // from these libs. |
| 747 | 748 | const llvm_libs = [_][]const u8{ |
| 748 | 749 | "LLVMWindowsManifest", |
| 749 | 750 | "LLVMXRay", |
| ... | ... | @@ -895,7 +896,6 @@ const llvm_libs = [_][]const u8{ |
| 895 | 896 | "LLVMRemarks", |
| 896 | 897 | "LLVMBitstreamReader", |
| 897 | 898 | "LLVMBinaryFormat", |
| 898 | | "LLVMTableGen", |
| 899 | 899 | "LLVMSupport", |
| 900 | 900 | "LLVMDemangle", |
| 901 | 901 | }; |