xref: /openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Remarks/BUILD.gn
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import("//third-party/unittest/unittest.gni")
2
3unittest("RemarksTests") {
4  deps = [
5    "//llvm/lib/Bitcode/Reader",
6    "//llvm/lib/Remarks",
7    "//llvm/lib/Support",
8  ]
9  sources = [
10    "BitstreamRemarksFormatTest.cpp",
11    "BitstreamRemarksParsingTest.cpp",
12    "BitstreamRemarksSerializerTest.cpp",
13    "RemarksAPITest.cpp",
14    "RemarksLinkingTest.cpp",
15    "RemarksStrTabParsingTest.cpp",
16    "YAMLRemarksParsingTest.cpp",
17    "YAMLRemarksSerializerTest.cpp",
18  ]
19}
20

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026