[gn build] Port 57c964aaa76
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Sun, 8 Mar 2020 11:50:36 +0000 (11:50 +0000)
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Sun, 8 Mar 2020 11:50:36 +0000 (11:50 +0000)
llvm/utils/gn/secondary/llvm/lib/IR/BUILD.gn
llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn
llvm/utils/gn/secondary/llvm/unittests/Transforms/Utils/BUILD.gn

index aa70596..55a81ed 100644 (file)
@@ -43,6 +43,7 @@ static_library("IR") {
     "Instruction.cpp",
     "Instructions.cpp",
     "IntrinsicInst.cpp",
+    "KnowledgeRetention.cpp",
     "LLVMContext.cpp",
     "LLVMContextImpl.cpp",
     "LLVMRemarkStreamer.cpp",
index 358d7be..0618c57 100644 (file)
@@ -36,7 +36,6 @@ static_library("Utils") {
     "InlineFunction.cpp",
     "InstructionNamer.cpp",
     "IntegerDivision.cpp",
-    "KnowledgeRetention.cpp",
     "LCSSA.cpp",
     "LibCallsShrinkWrap.cpp",
     "Local.cpp",
index de87ddf..4e3e776 100644 (file)
@@ -26,6 +26,7 @@ unittest("IRTests") {
     "IRBuilderTest.cpp",
     "InstructionsTest.cpp",
     "IntrinsicsTest.cpp",
+    "KnowledgeRetentionTest.cpp",
     "LegacyPassManagerTest.cpp",
     "MDBuilderTest.cpp",
     "ManglerTest.cpp",
index 46a0453..d40d7a1 100644 (file)
@@ -17,7 +17,6 @@ unittest("UtilsTests") {
     "CodeMoverUtilsTest.cpp",
     "FunctionComparatorTest.cpp",
     "IntegerDivisionTest.cpp",
-    "KnowledgeRetentionTest.cpp",
     "LocalTest.cpp",
     "LoopRotationUtilsTest.cpp",
     "LoopUtilsTest.cpp",