Skip to content

Commit

Permalink
[gn build] Port c0cdd22
Browse files Browse the repository at this point in the history
  • Loading branch information
llvmgnsyncbot committed Oct 20, 2020
1 parent e572c9c commit 672652e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ static_library("CodeGen") {
"MachineBlockPlacement.cpp",
"MachineBranchProbabilityInfo.cpp",
"MachineCSE.cpp",
"MachineCfgTraits.cpp",
"MachineCombiner.cpp",
"MachineCopyPropagation.cpp",
"MachineDebugify.cpp",
Expand Down
1 change: 1 addition & 0 deletions llvm/utils/gn/secondary/llvm/lib/IR/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ static_library("IR") {
"Attributes.cpp",
"AutoUpgrade.cpp",
"BasicBlock.cpp",
"CFG.cpp",
"Comdat.cpp",
"ConstantFold.cpp",
"ConstantRange.cpp",
Expand Down
1 change: 1 addition & 0 deletions llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ static_library("Support") {
"COM.cpp",
"CRC.cpp",
"CachePruning.cpp",
"CfgTraits.cpp",
"Chrono.cpp",
"CodeGenCoverage.cpp",
"CommandLine.cpp",
Expand Down

0 comments on commit 672652e

Please sign in to comment.