[lit] Improve lit.Run class
[llvm-complete.git] / utils / gn / secondary / clang-tools-extra / clang-apply-replacements / BUILD.gn
blob46dc488f243f019d3fe56cfdcf0b2f005906c070
1 static_library("clang-apply-replacements") {
2   output_name = "clangApplyReplacements"
3   configs += [ "//llvm/utils/gn/build:clang_code" ]
4   deps = [
5     "//clang/lib/AST",
6     "//clang/lib/Basic",
7     "//clang/lib/Rewrite",
8     "//clang/lib/Tooling/Core",
9     "//clang/lib/Tooling/Refactoring",
10     "//llvm/lib/Support",
11   ]
12   include_dirs = [ "include" ]
13   sources = [
14     "lib/Tooling/ApplyReplacements.cpp",
15   ]