[llvm] 474b248 - [gn build] Port 8cbe371c28a

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 14 15:38:27 PDT 2020


Author: LLVM GN Syncbot
Date: 2020-04-14T22:33:30Z
New Revision: 474b248877b267c5980ae98eef3edc66399cb686

URL: https://github.com/llvm/llvm-project/commit/474b248877b267c5980ae98eef3edc66399cb686
DIFF: https://github.com/llvm/llvm-project/commit/474b248877b267c5980ae98eef3edc66399cb686.diff

LOG: [gn build] Port 8cbe371c28a

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/unittests/ADT/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/ADT/BUILD.gn
index 0c58814c952a..ca712be1e394 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/ADT/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/ADT/BUILD.gn
@@ -80,6 +80,7 @@ unittest("ADTTests") {
     "TinyPtrVectorTest.cpp",
     "TripleTest.cpp",
     "TwineTest.cpp",
+    "TypeTraitsTest.cpp",
     "WaymarkingTest.cpp",
   ]
 }


        


More information about the llvm-commits mailing list