Add llvm-debuginfod-find tool to Bazel build
Add missing `llvm-debuginfod-find` tool to the Bazel build. Patch by: vettoreldaniele. Reviewed By: GMNGeoffrey Differential Revision: https://reviews.llvm.org/D126489
This commit is contained in:
committed by
Jakub Kuderski
parent
e651ed8621
commit
b479ea4b0a
@@ -2877,6 +2877,23 @@ cc_binary(
|
||||
],
|
||||
)
|
||||
|
||||
cc_binary(
|
||||
name = "llvm-debuginfod-find",
|
||||
srcs = glob([
|
||||
"tools/llvm-debuginfod-find/*.cpp",
|
||||
"tools/llvm-debuginfod-find/*.h",
|
||||
]),
|
||||
copts = llvm_copts,
|
||||
stamp = 0,
|
||||
deps = [
|
||||
":Symbolize",
|
||||
":BitReader",
|
||||
":Core",
|
||||
":Support",
|
||||
":Debuginfod",
|
||||
],
|
||||
)
|
||||
|
||||
cc_binary(
|
||||
name = "llvm-dis",
|
||||
srcs = glob([
|
||||
|
||||
Reference in New Issue
Block a user