xref: /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/tools/llvm-profgen/BUILD.gn (revision d415bd752c734aee168c4ee86ff32e8cc249eb16)
1import("//third-party/unittest/unittest.gni")
2
3unittest("LLVMProfgenTests") {
4  deps = [
5    "//llvm/include/llvm/IR:public_tablegen",
6    "//llvm/lib/Testing/Support",
7  ]
8  sources = [ "ContextCompressionTest.cpp" ]
9}
10