blob: ff68e1537c55d01b0d7c98609dbeb3eed794b207 (
plain)
1
2
3
4
5
6
7
8
9
10
|
import("//third-party/unittest/unittest.gni")
unittest("ClangSupportTests") {
configs += [ "//llvm/utils/gn/build:clang_code" ]
deps = [
"//clang/lib/Frontend",
"//llvm/lib/Support",
]
sources = [ "TimeProfilerTest.cpp" ]
}
|