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

10 lines
179 B
Plaintext
Raw Normal View History

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