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