[llvm] [cmake] Add possibility to use ChooseMSVCCRT.cmake when include LLVM library
[llvm-core.git] / utils / gn / secondary / llvm / tools / llvm-elfabi / BUILD.gn
blobdd12e20a924e301d24843155e30656313278f29e
1 executable("llvm-elfabi") {
2   deps = [
3     "//llvm/lib/Object",
4     "//llvm/lib/Support",
5     "//llvm/lib/TextAPI",
6   ]
7   sources = [
8     "ELFObjHandler.cpp",
9     "ErrorCollector.cpp",
10     "llvm-elfabi.cpp",
11   ]