forked from OSchip/llvm-project
[gn build] Port 6047deb7c2
This commit is contained in:
parent
66088afbc8
commit
a35596675b
|
@ -63,6 +63,7 @@ static_library("IR") {
|
|||
"PassRegistry.cpp",
|
||||
"PassTimingInfo.cpp",
|
||||
"PrintPasses.cpp",
|
||||
"ProfDataUtils.cpp",
|
||||
"ProfileSummary.cpp",
|
||||
"PseudoProbe.cpp",
|
||||
"ReplaceConstant.cpp",
|
||||
|
|
|
@ -26,6 +26,7 @@ unittest("UtilsTests") {
|
|||
"LoopUtilsTest.cpp",
|
||||
"MemTransferLowering.cpp",
|
||||
"ModuleUtilsTest.cpp",
|
||||
"ProfDataUtilTest.cpp",
|
||||
"SSAUpdaterBulkTest.cpp",
|
||||
"ScalarEvolutionExpanderTest.cpp",
|
||||
"SizeOptsTest.cpp",
|
||||
|
|
Loading…
Reference in New Issue