xref: /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/GSYM/BUILD.gn (revision d415bd752c734aee168c4ee86ff32e8cc249eb16)
1import("//third-party/unittest/unittest.gni")
2
3unittest("DebugInfoGSYMTests") {
4  deps = [
5    "//llvm/lib/CodeGen/AsmPrinter",
6    "//llvm/lib/DebugInfo/GSYM",
7    "//llvm/lib/MC",
8    "//llvm/lib/Object",
9    "//llvm/lib/ObjectYAML",
10    "//llvm/lib/Support",
11    "//llvm/lib/Target:TargetsToBuild",
12    "//llvm/lib/Testing/Support",
13  ]
14  sources = [ "GSYMTest.cpp" ]
15}
16