[lit] Improve lit.Run class
[llvm-complete.git] / utils / gn / secondary / llvm / tools / llvm-modextract / BUILD.gn
bloba8bf2d307c4910b479e5ffb39e22849fb74f6e0a
1 executable("llvm-modextract") {
2   deps = [
3     "//llvm/lib/Bitcode/Reader",
4     "//llvm/lib/Bitcode/Writer",
5     "//llvm/lib/IR",
6     "//llvm/lib/IRReader",
7     "//llvm/lib/Support",
8   ]
9   sources = [
10     "llvm-modextract.cpp",
11   ]