| ... | @@ -743,7 +743,8 @@ const lld_libs = [_][]const u8{ | ... | @@ -743,7 +743,8 @@ const lld_libs = [_][]const u8{ |
| 743 | }; | 743 | }; |
| 744 | // This list can be re-generated with `llvm-config --libfiles` and then | 744 | // This list can be re-generated with `llvm-config --libfiles` and then |
| 745 | // reformatting using your favorite text editor. Note we do not execute | 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 | const llvm_libs = [_][]const u8{ | 748 | const llvm_libs = [_][]const u8{ |
| 748 | "LLVMWindowsManifest", | 749 | "LLVMWindowsManifest", |
| 749 | "LLVMXRay", | 750 | "LLVMXRay", |
| ... | @@ -895,7 +896,6 @@ const llvm_libs = [_][]const u8{ | ... | @@ -895,7 +896,6 @@ const llvm_libs = [_][]const u8{ |
| 895 | "LLVMRemarks", | 896 | "LLVMRemarks", |
| 896 | "LLVMBitstreamReader", | 897 | "LLVMBitstreamReader", |
| 897 | "LLVMBinaryFormat", | 898 | "LLVMBinaryFormat", |
| 898 | "LLVMTableGen", | | |
| 899 | "LLVMSupport", | 899 | "LLVMSupport", |
| 900 | "LLVMDemangle", | 900 | "LLVMDemangle", |
| 901 | }; | 901 | }; |