[llvm] 4cda881 - [gn build] Port 6d193ba3337

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 29 10:54:38 PDT 2020


Author: LLVM GN Syncbot
Date: 2020-09-29T17:50:16Z
New Revision: 4cda881e0d8b67d411b6a8daf55de53cf5d42ded

URL: https://github.com/llvm/llvm-project/commit/4cda881e0d8b67d411b6a8daf55de53cf5d42ded
DIFF: https://github.com/llvm/llvm-project/commit/4cda881e0d8b67d411b6a8daf55de53cf5d42ded.diff

LOG: [gn build] Port 6d193ba3337

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn
index fe5ee15605c0..1b39b583e138 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn
@@ -17,6 +17,7 @@ unittest("CodeGenTests") {
   ]
   sources = [
     "AArch64SelectionDAGTest.cpp",
+    "AllocationOrderTest.cpp",
     "AsmPrinterDwarfTest.cpp",
     "DIEHashTest.cpp",
     "DIETest.cpp",


        


More information about the llvm-commits mailing list