forked from OSchip/llvm-project
[gn build] Port a4cde9ad7b
This commit is contained in:
parent
a4cde9ad7b
commit
a1224432ca
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue