summaryrefslogtreecommitdiffstats
path: root/llvm/utils/gn/secondary/clang/tools/clang-format/BUILD.gn
blob: d7e2346c591480c716fc4fc15b0e13b0032c9ca1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
executable("clang-format") {
  configs += [ "//llvm/utils/gn/build:clang_code" ]
  deps = [
    "//clang/lib/Basic",
    "//clang/lib/Format",
    "//clang/lib/Frontend",
    "//clang/lib/Rewrite",
    "//clang/lib/Tooling/Core",
    "//llvm/lib/Support",
  ]
  sources = [
    "ClangFormat.cpp",
  ]
}
OpenPOWER on IntegriCloud