blob: cdeefe88a842289da5830e20823d574504e1c0aa [file] [log] [blame]
import("//third-party/unittest/unittest.gni")
unittest("LLVMProfdataTests") {
deps = [
"//llvm/lib/ProfileData",
"//llvm/lib/Support",
"//llvm/lib/Testing/Support",
]
sources = [ "OutputSizeLimitTest.cpp" ]
}