cc_library(
name = "DebugInfo",
hdrs = glob(["include/llvm/DebugInfo/**/*.h"]),
- textual_hdrs = glob(["include/llvm/DebugInfo/**/*.def"]),
copts = llvm_copts,
+ textual_hdrs = glob(["include/llvm/DebugInfo/**/*.def"]),
deps = [
":Object",
":Support",
"lib/DebugInfo/BTF/*.cpp",
"lib/DebugInfo/BTF/*.h",
]),
- hdrs = glob(["include/llvm/DebugInfo/BTF/*.h"]) +
- ["include/llvm/DebugInfo/BTF/BTF.def"],
+ hdrs = glob(["include/llvm/DebugInfo/BTF/*.h"]) + [
+ "include/llvm/DebugInfo/BTF/BTF.def",
+ ],
copts = llvm_copts,
deps = [
":DebugInfo",
deps = [
":BinaryFormat",
":DebugInfo",
+ ":DebugInfoBTF",
":DebugInfoCodeView",
":DebugInfoMSF",
- ":DebugInfoBTF",
":Object",
":Support",
":config",
":DebugInfoDWARF",
":MC",
":Support",
+ ":Target",
":TargetParser",
],
)
":AllTargetsAsmParsers",
":AllTargetsCodeGens",
":BinaryFormat",
- ":LibtoolDarwinOptionsTableGen",
":Core",
+ ":LibtoolDarwinOptionsTableGen",
":Object",
":Option",
":Support",
stamp = 0,
deps = [
":BinaryFormat",
+ ":DebugInfoBTF",
":DebugInfoCodeView",
":DebugInfoMSF",
- ":DebugInfoBTF",
":DebugInfoPDB",
":Object",
":ObjectYAML",