[gn build] Port a4cde9ad7b

This commit is contained in:
LLVM GN Syncbot 2020-03-10 17:04:42 +00:00
parent a4cde9ad7b
commit a1224432ca
4 changed files with 2 additions and 2 deletions

View File

@ -43,6 +43,7 @@ static_library("IR") {
"Instruction.cpp",
"Instructions.cpp",
"IntrinsicInst.cpp",
"KnowledgeRetention.cpp",
"LLVMContext.cpp",
"LLVMContextImpl.cpp",
"LLVMRemarkStreamer.cpp",

View File

@ -36,7 +36,6 @@ static_library("Utils") {
"InlineFunction.cpp",
"InstructionNamer.cpp",
"IntegerDivision.cpp",
"KnowledgeRetention.cpp",
"LCSSA.cpp",
"LibCallsShrinkWrap.cpp",
"Local.cpp",

View File

@ -26,6 +26,7 @@ unittest("IRTests") {
"IRBuilderTest.cpp",
"InstructionsTest.cpp",
"IntrinsicsTest.cpp",
"KnowledgeRetentionTest.cpp",
"LegacyPassManagerTest.cpp",
"MDBuilderTest.cpp",
"ManglerTest.cpp",

View File

@ -17,7 +17,6 @@ unittest("UtilsTests") {
"CodeMoverUtilsTest.cpp",
"FunctionComparatorTest.cpp",
"IntegerDivisionTest.cpp",
"KnowledgeRetentionTest.cpp",
"LocalTest.cpp",
"LoopRotationUtilsTest.cpp",
"LoopUtilsTest.cpp",