[llvm] 28315df - [gn build] Port 656ead1fb7db

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 14 11:27:21 PST 2021


Author: LLVM GN Syncbot
Date: 2021-02-14T19:23:24Z
New Revision: 28315df073328601a5369773ce53156e979bd9d0

URL: https://github.com/llvm/llvm-project/commit/28315df073328601a5369773ce53156e979bd9d0
DIFF: https://github.com/llvm/llvm-project/commit/28315df073328601a5369773ce53156e979bd9d0.diff

LOG: [gn build] Port 656ead1fb7db

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
    llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
index a9a19d069e08..258e513b7c37 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
@@ -110,6 +110,7 @@ static_library("Support") {
     "RandomNumberGenerator.cpp",
     "Regex.cpp",
     "SHA1.cpp",
+    "SHA256.cpp",
     "ScaledNumber.cpp",
     "ScopedPrinter.cpp",
     "Signposts.cpp",

diff  --git a/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
index 4f6f40b85fb0..0ba61aa9f073 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
@@ -69,6 +69,7 @@ unittest("SupportTests") {
     "RegexTest.cpp",
     "ReplaceFileTest.cpp",
     "ReverseIterationTest.cpp",
+    "SHA256.cpp",
     "ScaledNumberTest.cpp",
     "SourceMgrTest.cpp",
     "SpecialCaseListTest.cpp",


        


More information about the llvm-commits mailing list