[gn build] (manually) port 72277ecd62 and the LLVMBuild bit of 9548b74a83
This commit is contained in:
parent
d643a39aba
commit
8df173f399
|
|
@ -4,6 +4,7 @@ static_library("IPO") {
|
|||
"//llvm/lib/Analysis",
|
||||
"//llvm/lib/Bitcode/Reader",
|
||||
"//llvm/lib/Bitcode/Writer",
|
||||
"//llvm/lib/Frontend/OpenMP",
|
||||
"//llvm/lib/IR",
|
||||
"//llvm/lib/IRReader",
|
||||
"//llvm/lib/Linker",
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ static_library("Utils") {
|
|||
"BreakCriticalEdges.cpp",
|
||||
"BuildLibCalls.cpp",
|
||||
"BypassSlowDivision.cpp",
|
||||
"CallGraphUpdater.cpp",
|
||||
"CallPromotionUtils.cpp",
|
||||
"CanonicalizeAliases.cpp",
|
||||
"CloneFunction.cpp",
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ unittest("AnalysisTests") {
|
|||
"//llvm/lib/AsmParser",
|
||||
"//llvm/lib/IR",
|
||||
"//llvm/lib/Support",
|
||||
"//llvm/lib/Transforms/Utils",
|
||||
]
|
||||
sources = [
|
||||
"AliasAnalysisTest.cpp",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ unittest("IRTests") {
|
|||
"//llvm/lib/Passes",
|
||||
"//llvm/lib/Support",
|
||||
"//llvm/lib/Testing/Support",
|
||||
"//llvm/lib/Transforms/Utils",
|
||||
]
|
||||
sources = [
|
||||
"AsmWriterTest.cpp",
|
||||
|
|
|
|||
Loading…
Reference in New Issue