[gn build] Port cf72dddaefe9
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Mon, 12 Sep 2022 19:46:19 +0000 (19:46 +0000)
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Mon, 12 Sep 2022 19:46:19 +0000 (19:46 +0000)
llvm/utils/gn/secondary/llvm/lib/Target/AArch64/Utils/BUILD.gn
llvm/utils/gn/secondary/llvm/unittests/Target/AArch64/BUILD.gn

index af71879..776bf96 100644 (file)
@@ -20,5 +20,8 @@ static_library("Utils") {
 
   # AArch64BaseInfo.h includes a header from MCTargetDesc :-/
   include_dirs = [ ".." ]
-  sources = [ "AArch64BaseInfo.cpp" ]
+  sources = [
+    "AArch64BaseInfo.cpp",
+    "AArch64SMEAttributes.cpp",
+  ]
 }
index b9519cb..ed694f9 100644 (file)
@@ -18,5 +18,6 @@ unittest("AArch64Tests") {
     "DecomposeStackOffsetTest.cpp",
     "InstSizes.cpp",
     "MatrixRegisterAliasing.cpp",
+    "SMEAttributesTest.cpp",
   ]
 }