summaryrefslogtreecommitdiffstats
path: root/llvm/utils/gn/secondary/clang/lib/Rewrite/BUILD.gn
blob: 2ea3cdd393bda502f3f7e0ac75c045c83f9d37d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
static_library("Rewrite") {
  output_name = "clangRewrite"
  configs += [ "//llvm/utils/gn/build:clang_code" ]
  deps = [
    "//clang/lib/Basic",
    "//clang/lib/Lex",
    "//llvm/lib/Support",
  ]
  sources = [
    "DeltaTree.cpp",
    "HTMLRewrite.cpp",
    "RewriteRope.cpp",
    "Rewriter.cpp",
    "TokenRewriter.cpp",
  ]
}
OpenPOWER on IntegriCloud