llvm/llvm/utils/gn/secondary/llvm/lib/Testing/Annotations/BUILD.gn

static_library("Annotations") {
  output_name = "LLVMTestingAnnotations"
  deps = [ "//llvm/lib/Support" ]
  sources = [ "Annotations.cpp" ]
  testonly = true
}