From: LLVM GN Syncbot Date: Mon, 6 Dec 2021 17:02:44 +0000 (+0000) Subject: [gn build] Port c68f71eb37c2 X-Git-Tag: upstream/15.0.7~23885 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=73195657cc1f6339f51f36b9f17d6a84d068e713;p=platform%2Fupstream%2Fllvm.git [gn build] Port c68f71eb37c2 --- 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 9f0479c..579e857 100644 --- a/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn +++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn @@ -21,6 +21,7 @@ static_library("Utils") { "CloneFunction.cpp", "CloneModule.cpp", "CodeExtractor.cpp", + "CodeLayout.cpp", "CodeMoverUtils.cpp", "CtorUtils.cpp", "Debugify.cpp",