summaryrefslogtreecommitdiffstats
path: root/llvm/utils/gn/secondary/clang/lib/ASTMatchers/BUILD.gn
blob: 8dbb132c7e6e5775b36fe7aeb17dc6d64c075dcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
static_library("ASTMatchers") {
  output_name = "clangASTMatchers"
  configs += [ "//llvm/utils/gn/build:clang_code" ]
  deps = [
    "//clang/lib/AST",
    "//clang/lib/Basic",
    "//llvm/lib/Support",
  ]
  sources = [
    "ASTMatchFinder.cpp",
    "ASTMatchersInternal.cpp",
  ]
}
OpenPOWER on IntegriCloud