[ARM] MVE predicate store patterns
[llvm-complete.git] / utils / gn / secondary / llvm / lib / Target / WebAssembly / TargetInfo / BUILD.gn
blob63f5ca1afa2f2f0a9883370fa377cf1ff62df7c7
1 static_library("TargetInfo") {
2   output_name = "LLVMWebAssemblyInfo"
3   deps = [
4     "//llvm/lib/Support",
5   ]
6   include_dirs = [ ".." ]
7   sources = [
8     "WebAssemblyTargetInfo.cpp",
9   ]