10 lines
218 B
Text
10 lines
218 B
Text
cc_binary_host {
|
|
name: "llvm-pdbdump",
|
|
defaults: ["llvm-defaults"],
|
|
srcs: ["*.cpp"],
|
|
static_libs: [
|
|
"libLLVMDebugInfoPDB",
|
|
"libLLVMDebugInfoCodeView",
|
|
"libLLVMSupport",
|
|
],
|
|
}
|