8 lines
137 B
Plaintext
8 lines
137 B
Plaintext
|
executable("sanstats") {
|
||
|
deps = [
|
||
|
"//llvm/lib/DebugInfo/Symbolize",
|
||
|
"//llvm/lib/Support",
|
||
|
]
|
||
|
sources = [ "sanstats.cpp" ]
|
||
|
}
|