[llvm] a0c7108 - [gn build] Port 14d358537f1

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sat May 23 04:10:05 PDT 2020


Author: LLVM GN Syncbot
Date: 2020-05-23T11:05:09Z
New Revision: a0c7108b99f834cd7571ae57872116a4ef2682d9

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

LOG: [gn build] Port 14d358537f1

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
index 8f4ef8d6fc34..e5b74c299d5c 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
@@ -34,6 +34,7 @@ static_library("Utils") {
     "FunctionImportUtils.cpp",
     "GlobalStatus.cpp",
     "GuardUtils.cpp",
+    "IRCanonicalizer.cpp",
     "ImportedFunctionsInliningStatistics.cpp",
     "InjectTLIMappings.cpp",
     "InlineFunction.cpp",


        


More information about the llvm-commits mailing list