llvm/llvm/utils/gn/secondary/llvm/unittests/tools/llvm-profgen/BUILD.gn

import("//third-party/unittest/unittest.gni")

unittest("LLVMProfgenTests") {
  deps = [
    "//llvm/include/llvm/IR:public_tablegen",
    "//llvm/lib/Testing/Support",
  ]
  sources = [ "ContextCompressionTest.cpp" ]
}