[ARM] MVE predicate store patterns
[llvm-complete.git] / utils / gn / secondary / llvm / lib / Testing / Support / BUILD.gn
blobcdc4230d03e70c6f2e6113c237ec82cc544fe050
1 static_library("Support") {
2   output_name = "LLVMTestingSupport"
3   deps = [
4     "//llvm/lib/Support",
5     "//llvm/utils/unittest:gtest",
6   ]
7   sources = [
8     "Annotations.cpp",
9     "Error.cpp",
10     "SupportHelpers.cpp",
11   ]
12   testonly = true