[llvm] 858e40d - [gn build] Port bac6cd5bf856

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 19 14:30:55 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-04-19T21:23:58Z
New Revision: 858e40d8f3ddb3a0fef145ea7ce93777e7ecaeea

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

LOG: [gn build] Port bac6cd5bf856

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 d73016413917b..75905db2d9e08 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
@@ -61,6 +61,7 @@ static_library("Utils") {
     "MemoryOpRemark.cpp",
     "MemoryTaggingSupport.cpp",
     "MetaRenamer.cpp",
+    "MisExpect.cpp",
     "ModuleUtils.cpp",
     "NameAnonGlobals.cpp",
     "PredicateInfo.cpp",


        


More information about the llvm-commits mailing list