[llvm] 66126c3 - [gn build] Port 318c69de52b6

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 27 05:54:39 PST 2024


Author: LLVM GN Syncbot
Date: 2024-11-27T13:42:33Z
New Revision: 66126c350f45617c10274cc36828bb1ec7ddbae4

URL: https://github.com/llvm/llvm-project/commit/66126c350f45617c10274cc36828bb1ec7ddbae4
DIFF: https://github.com/llvm/llvm-project/commit/66126c350f45617c10274cc36828bb1ec7ddbae4.diff

LOG: [gn build] Port 318c69de52b6

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/unittests/Target/AArch64/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/unittests/Target/AArch64/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/Target/AArch64/BUILD.gn
index cddec7aee57454..c37928632d0203 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/Target/AArch64/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/Target/AArch64/BUILD.gn
@@ -17,6 +17,7 @@ unittest("AArch64Tests") {
   include_dirs = [ "//llvm/lib/Target/AArch64" ]
   sources = [
     "AArch64InstPrinterTest.cpp",
+    "AArch64RegisterInfoTest.cpp",
     "AArch64SVESchedPseudoTest.cpp",
     "AddressingModes.cpp",
     "DecomposeStackOffsetTest.cpp",


        


More information about the llvm-commits mailing list