File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
utils/bazel/llvm-project-overlay/llvm Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -2746,6 +2746,27 @@ cc_library(
2746
2746
],
2747
2747
)
2748
2748
2749
+ cc_library (
2750
+ name = "OrcDebugging" ,
2751
+ srcs = glob ([
2752
+ "lib/ExecutionEngine/Orc/Debugging/*.cpp" ,
2753
+ ]),
2754
+ hdrs = glob ([
2755
+ "include/llvm/ExecutionEngine/Orc/Debugging/*.h" ,
2756
+ ]),
2757
+ copts = llvm_copts ,
2758
+ deps = [
2759
+ ":BinaryFormat" ,
2760
+ ":DebugInfo" ,
2761
+ ":OrcShared" ,
2762
+ ":OrcJIT" ,
2763
+ ":JITLink" ,
2764
+ ":Support" ,
2765
+ ":TargetParser" ,
2766
+ ],
2767
+ )
2768
+
2769
+
2749
2770
cc_library (
2750
2771
name = "OrcTargetProcess" ,
2751
2772
srcs = glob ([
@@ -3734,6 +3755,7 @@ cc_binary(
3734
3755
":MCDisassembler" ,
3735
3756
":MCJIT" ,
3736
3757
":Object" ,
3758
+ ":OrcDebugging" ,
3737
3759
":OrcJIT" ,
3738
3760
":OrcShared" ,
3739
3761
":OrcTargetProcess" ,
You can’t perform that action at this time.
0 commit comments