[llvm] 280f15c - [gn build] Add OpenMPOpt.cpp to LLVMipo after D69930/9548b74a831e
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 8 14:19:54 PST 2020
Author: Fangrui Song
Date: 2020-02-08T14:18:43-08:00
New Revision: 280f15cb41ce547a325fe13c610f55439aa44de2
URL: https://github.com/llvm/llvm-project/commit/280f15cb41ce547a325fe13c610f55439aa44de2
DIFF: https://github.com/llvm/llvm-project/commit/280f15cb41ce547a325fe13c610f55439aa44de2.diff
LOG: [gn build] Add OpenMPOpt.cpp to LLVMipo after D69930/9548b74a831e
Added:
Modified:
llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/BUILD.gn
index 6095eb042a8b..afdd0cd93468 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/BUILD.gn
@@ -45,6 +45,7 @@ static_library("IPO") {
"LoopExtractor.cpp",
"LowerTypeTests.cpp",
"MergeFunctions.cpp",
+ "OpenMPOpt.cpp",
"PartialInlining.cpp",
"PassManagerBuilder.cpp",
"PruneEH.cpp",
More information about the llvm-commits
mailing list