File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
utils/bazel/llvm-project-overlay/llvm Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1934,10 +1934,12 @@ llvm_target_lib_list = [lib for lib in [
1934
1934
"name" : "BPF" ,
1935
1935
"short_name" : "BPF" ,
1936
1936
"tbl_outs" : [
1937
+ ("-gen-register-bank" , "lib/Target/BPF/BPFGenRegisterBank.inc" ),
1937
1938
("-gen-asm-writer" , "lib/Target/BPF/BPFGenAsmWriter.inc" ),
1938
1939
("-gen-asm-matcher" , "lib/Target/BPF/BPFGenAsmMatcher.inc" ),
1939
1940
("-gen-callingconv" , "lib/Target/BPF/BPFGenCallingConv.inc" ),
1940
1941
("-gen-dag-isel" , "lib/Target/BPF/BPFGenDAGISel.inc" ),
1942
+ ("-gen-global-isel" , "lib/Target/BPF/BPFGenGlobalISel.inc" ),
1941
1943
("-gen-disassembler" , "lib/Target/BPF/BPFGenDisassemblerTables.inc" ),
1942
1944
("-gen-emitter" , "lib/Target/BPF/BPFGenMCCodeEmitter.inc" ),
1943
1945
("-gen-instr-info" , "lib/Target/BPF/BPFGenInstrInfo.inc" ),
You can’t perform that action at this time.
0 commit comments