@@ -2239,10 +2239,10 @@ gentbl(
2239
2239
name = "riscv_isel_target_gen" ,
2240
2240
strip_include_prefix = "lib/Target/RISCV" ,
2241
2241
tbl_outs = [
2242
- ("-gen-global-isel" , "lib/Target/RISCV/RISCVGenGlobalISel.inc" ),
2243
- ("-gen-global-isel-combiner -combiners=RISCVO0PreLegalizerCombiner" , "lib/Target/RISCV/RISCVGenO0PreLegalizeGICombiner.inc" ),
2244
- ("-gen-global-isel-combiner -combiners=RISCVPostLegalizerCombiner" , "lib/Target/RISCV/RISCVGenPostLegalizeGICombiner.inc" ),
2245
- ("-gen-global-isel-combiner -combiners=RISCVPreLegalizerCombiner" , "lib/Target/RISCV/RISCVGenPreLegalizeGICombiner.inc" ),
2242
+ ("-gen-global-isel" , "lib/Target/RISCV/RISCVGenGlobalISel.inc" ),
2243
+ ("-gen-global-isel-combiner -combiners=RISCVO0PreLegalizerCombiner" , "lib/Target/RISCV/RISCVGenO0PreLegalizeGICombiner.inc" ),
2244
+ ("-gen-global-isel-combiner -combiners=RISCVPostLegalizerCombiner" , "lib/Target/RISCV/RISCVGenPostLegalizeGICombiner.inc" ),
2245
+ ("-gen-global-isel-combiner -combiners=RISCVPreLegalizerCombiner" , "lib/Target/RISCV/RISCVGenPreLegalizeGICombiner.inc" ),
2246
2246
],
2247
2247
tblgen = ":llvm-tblgen" ,
2248
2248
td_file = "lib/Target/RISCV/RISCVGISel.td" ,
@@ -2343,10 +2343,10 @@ gentbl(
2343
2343
deps = [
2344
2344
":BinaryFormat" ,
2345
2345
":CodeGenTypes" ,
2346
+ ":Core" ,
2346
2347
":DebugInfoCodeView" ,
2347
2348
":MC" ,
2348
2349
":MCDisassembler" ,
2349
- ":Core" ,
2350
2350
":Support" ,
2351
2351
":Target" ,
2352
2352
":config" ,
@@ -2552,23 +2552,23 @@ cc_library(
2552
2552
":AggressiveInstCombine" ,
2553
2553
":Analysis" ,
2554
2554
":CodeGen" ,
2555
- ":common_transforms" ,
2556
- ":config" ,
2557
2555
":Core" ,
2558
2556
":Coroutines" ,
2559
2557
":HipStdPar" ,
2560
- ":InstCombine" ,
2561
- ":Instrumentation" ,
2562
2558
":IPO" ,
2563
2559
":IRPrinter" ,
2560
+ ":InstCombine" ,
2561
+ ":Instrumentation" ,
2564
2562
":MLPolicies" ,
2565
2563
":ObjCARC" ,
2566
- ":pass_registry_def" ,
2567
2564
":Scalar" ,
2568
2565
":Support" ,
2569
2566
":Target" ,
2570
2567
":TransformUtils" ,
2571
2568
":Vectorize" ,
2569
+ ":common_transforms" ,
2570
+ ":config" ,
2571
+ ":pass_registry_def" ,
2572
2572
],
2573
2573
)
2574
2574
@@ -2804,20 +2804,19 @@ cc_library(
2804
2804
]),
2805
2805
hdrs = glob ([
2806
2806
"include/llvm/ExecutionEngine/Orc/Debugging/*.h" ,
2807
- ]),
2807
+ ]) + [ "include/llvm-c/LLJITUtils.h" ] ,
2808
2808
copts = llvm_copts ,
2809
2809
deps = [
2810
2810
":BinaryFormat" ,
2811
2811
":DebugInfo" ,
2812
- ":OrcShared" ,
2813
- ":OrcJIT" ,
2814
2812
":JITLink" ,
2813
+ ":OrcJIT" ,
2814
+ ":OrcShared" ,
2815
2815
":Support" ,
2816
2816
":TargetParser" ,
2817
2817
],
2818
2818
)
2819
2819
2820
-
2821
2820
cc_library (
2822
2821
name = "OrcTargetProcess" ,
2823
2822
srcs = glob ([
@@ -3119,9 +3118,9 @@ cc_library(
3119
3118
":MC" ,
3120
3119
":MCA" ,
3121
3120
":MCDisassembler" ,
3122
- ":OrcJIT" ,
3123
3121
":Object" ,
3124
3122
":ObjectYAML" ,
3123
+ ":OrcJIT" ,
3125
3124
":Support" ,
3126
3125
":Target" ,
3127
3126
":config" ,
@@ -3251,9 +3250,9 @@ cc_binary(
3251
3250
":Interpreter" ,
3252
3251
":MCJIT" ,
3253
3252
":Object" ,
3253
+ ":OrcDebugging" ,
3254
3254
":OrcJIT" ,
3255
3255
":OrcTargetProcess" ,
3256
- ":OrcDebugging" ,
3257
3256
":Support" ,
3258
3257
":TargetParser" ,
3259
3258
":config" ,
@@ -4705,7 +4704,7 @@ cc_binary(
4705
4704
srcs = glob ([
4706
4705
"tools/llvm-symbolizer/*.cpp" ,
4707
4706
"tools/llvm-symbolizer/*.h" ,
4708
- ]) + [ "llvm-symbolizer-driver.cpp" ],
4707
+ ]) + ["llvm-symbolizer-driver.cpp" ],
4709
4708
copts = llvm_copts ,
4710
4709
stamp = 0 ,
4711
4710
deps = [
@@ -4818,7 +4817,6 @@ expand_template(
4818
4817
template = "cmake/modules/llvm-driver-template.cpp.in" ,
4819
4818
)
4820
4819
4821
-
4822
4820
cc_binary (
4823
4821
name = "sancov" ,
4824
4822
srcs = glob ([
0 commit comments