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