[lit] Improve lit.Run class
[llvm-complete.git] / utils / gn / secondary / llvm / lib / Target / Mips / TargetInfo / BUILD.gn
blob6706425eeaa7a91707fef7c8f3d68ddaac0659a6
1 static_library("TargetInfo") {
2   output_name = "LLVMMipsInfo"
3   deps = [
4     "//llvm/lib/Support",
5   ]
6   include_dirs = [ ".." ]
7   sources = [
8     "MipsTargetInfo.cpp",
9   ]