xref: /llvm-project/llvm/utils/gn/secondary/clang/unittests/Support/BUILD.gn (revision ce2474ff60c9ca0a9a5747e6e401abb284d8378f)
1import("//third-party/unittest/unittest.gni")
2
3unittest("ClangSupportTests") {
4  configs += [ "//llvm/utils/gn/build:clang_code" ]
5  deps = [
6    "//clang/lib/Frontend",
7    "//llvm/lib/Support",
8  ]
9  sources = [ "TimeProfilerTest.cpp" ]
10}
11