Skip to content

Commit 69126d0

Browse files
committed
build.zig: add missing llvm libs
1 parent 53270f0 commit 69126d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.zig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,6 +1196,10 @@ const llvm_libs = [_][]const u8{
11961196
"LLVMSystemZCodeGen",
11971197
"LLVMSystemZDesc",
11981198
"LLVMSystemZInfo",
1199+
"LLVMSPIRVCodeGen",
1200+
"LLVMSPIRVDesc",
1201+
"LLVMSPIRVInfo",
1202+
"LLVMSPIRVAnalysis",
11991203
"LLVMSparcDisassembler",
12001204
"LLVMSparcAsmParser",
12011205
"LLVMSparcCodeGen",

0 commit comments

Comments
 (0)