llvm-for-llvmta/utils/gn/secondary/llvm/tools/llvm-undname/BUILD.gn

8 lines
134 B
Plaintext
Raw Normal View History

2022-04-25 10:02:23 +02:00
executable("llvm-undname") {
deps = [
"//llvm/lib/Demangle",
"//llvm/lib/Support",
]
sources = [ "llvm-undname.cpp" ]
}