[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", "Instruction.cpp",
"Instructions.cpp", "Instructions.cpp",
"IntrinsicInst.cpp", "IntrinsicInst.cpp",
"KnowledgeRetention.cpp",
"LLVMContext.cpp", "LLVMContext.cpp",
"LLVMContextImpl.cpp", "LLVMContextImpl.cpp",
"LLVMRemarkStreamer.cpp", "LLVMRemarkStreamer.cpp",

View File

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

View File

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

View File

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