llvm-for-llvmta/utils/gn/secondary/llvm/tools/sanstats/BUILD.gn
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

8 lines
137 B
Plaintext

executable("sanstats") {
deps = [
"//llvm/lib/DebugInfo/Symbolize",
"//llvm/lib/Support",
]
sources = [ "sanstats.cpp" ]
}