File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
llvm/utils/gn/secondary/llvm Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ static_library("IPO") {
4
4
" //llvm/lib/Analysis" ,
5
5
" //llvm/lib/Bitcode/Reader" ,
6
6
" //llvm/lib/Bitcode/Writer" ,
7
+ " //llvm/lib/Frontend/OpenMP" ,
7
8
" //llvm/lib/IR" ,
8
9
" //llvm/lib/IRReader" ,
9
10
" //llvm/lib/Linker" ,
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ static_library("Utils") {
13
13
" BreakCriticalEdges.cpp" ,
14
14
" BuildLibCalls.cpp" ,
15
15
" BypassSlowDivision.cpp" ,
16
+ " CallGraphUpdater.cpp" ,
16
17
" CallPromotionUtils.cpp" ,
17
18
" CanonicalizeAliases.cpp" ,
18
19
" CloneFunction.cpp" ,
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ unittest("AnalysisTests") {
6
6
" //llvm/lib/AsmParser" ,
7
7
" //llvm/lib/IR" ,
8
8
" //llvm/lib/Support" ,
9
+ " //llvm/lib/Transforms/Utils" ,
9
10
]
10
11
sources = [
11
12
" AliasAnalysisTest.cpp" ,
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ unittest("IRTests") {
8
8
" //llvm/lib/Passes" ,
9
9
" //llvm/lib/Support" ,
10
10
" //llvm/lib/Testing/Support" ,
11
+ " //llvm/lib/Transforms/Utils" ,
11
12
]
12
13
sources = [
13
14
" AsmWriterTest.cpp" ,
You can’t perform that action at this time.
0 commit comments