[lit] Improve lit.Run class
[llvm-complete.git] / utils / gn / secondary / llvm / tools / llvm-diff / BUILD.gn
blob5f46d8c61112ff8566c65c8df107d81070ab7dd6
1 executable("llvm-diff") {
2   deps = [
3     "//llvm/lib/IR",
4     "//llvm/lib/IRReader",
5     "//llvm/lib/Support",
6   ]
7   sources = [
8     "DiffConsumer.cpp",
9     "DiffLog.cpp",
10     "DifferenceEngine.cpp",
11     "llvm-diff.cpp",
12   ]