• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1cc_binary_host {
2    name: "llvm-pdbdump",
3    defaults: ["llvm-defaults"],
4    srcs: ["*.cpp"],
5    static_libs: [
6        "libLLVMDebugInfoPDB",
7        "libLLVMDebugInfoCodeView",
8        "libLLVMSupport",
9    ],
10}
11