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

10 lines
179 B
Plaintext

executable("llvm-ifs") {
deps = [
"//llvm/lib/Object",
"//llvm/lib/ObjectYAML",
"//llvm/lib/Support",
"//llvm/lib/TextAPI",
]
sources = [ "llvm-ifs.cpp" ]
}