[InstCombine] Signed saturation patterns
[llvm-complete.git] / utils / gn / secondary / clang / lib / Rewrite / BUILD.gn
blob2ea3cdd393bda502f3f7e0ac75c045c83f9d37d9
1 static_library("Rewrite") {
2   output_name = "clangRewrite"
3   configs += [ "//llvm/utils/gn/build:clang_code" ]
4   deps = [
5     "//clang/lib/Basic",
6     "//clang/lib/Lex",
7     "//llvm/lib/Support",
8   ]
9   sources = [
10     "DeltaTree.cpp",
11     "HTMLRewrite.cpp",
12     "RewriteRope.cpp",
13     "Rewriter.cpp",
14     "TokenRewriter.cpp",
15   ]