llvm-for-llvmta/utils/gn/secondary/llvm/lib/InterfaceStub/BUILD.gn

14 lines
223 B
Plaintext
Raw Normal View History

2022-04-25 10:02:23 +02:00
static_library("InterfaceStub") {
output_name = "LLVMInterfaceStub"
deps = [
"//llvm/lib/Object",
"//llvm/lib/Support",
]
sources = [
"ELFObjHandler.cpp",
"ELFStub.cpp",
"TBEHandler.cpp",
]
}