File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
utils/bazel/llvm-project-overlay/llvm Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -2254,6 +2254,18 @@ cc_library(
2254
2254
],
2255
2255
)
2256
2256
2257
+ gentbl (
2258
+ name = "JITLinkTableGen" ,
2259
+ strip_include_prefix = "lib/ExecutionEngine/JITLink" ,
2260
+ tbl_outs = [(
2261
+ "-gen-opt-parser-defs" ,
2262
+ "lib/ExecutionEngine/JITLink/COFFOptions.inc" ,
2263
+ )],
2264
+ tblgen = ":llvm-tblgen" ,
2265
+ td_file = "lib/ExecutionEngine/JITLink/COFFOptions.td" ,
2266
+ td_srcs = ["include/llvm/Option/OptParser.td" ],
2267
+ )
2268
+
2257
2269
cc_library (
2258
2270
name = "JITLink" ,
2259
2271
srcs = glob ([
@@ -2266,7 +2278,9 @@ cc_library(
2266
2278
copts = llvm_copts ,
2267
2279
deps = [
2268
2280
":ExecutionEngine" ,
2281
+ ":JITLinkTableGen" ,
2269
2282
":Object" ,
2283
+ ":Option" ,
2270
2284
":OrcTargetProcess" ,
2271
2285
":Support" ,
2272
2286
":config" ,
You can’t perform that action at this time.
0 commit comments