[llvm] 67c6b80 - [gn build] Port 352fef3f11f

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 21 14:25:35 PDT 2020


Author: LLVM GN Syncbot
Date: 2020-04-21T21:22:08Z
New Revision: 67c6b80569b0da004f47d3751cce203f014443c7

URL: https://github.com/llvm/llvm-project/commit/67c6b80569b0da004f47d3751cce203f014443c7
DIFF: https://github.com/llvm/llvm-project/commit/67c6b80569b0da004f47d3751cce203f014443c7.diff

LOG: [gn build] Port 352fef3f11f

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/lib/Transforms/InstCombine/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/Transforms/InstCombine/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Transforms/InstCombine/BUILD.gn
index d68a00712720..6e929a912d91 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Transforms/InstCombine/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/InstCombine/BUILD.gn
@@ -23,6 +23,7 @@ static_library("InstCombine") {
     "InstCombineCompares.cpp",
     "InstCombineLoadStoreAlloca.cpp",
     "InstCombineMulDivRem.cpp",
+    "InstCombineNegator.cpp",
     "InstCombinePHI.cpp",
     "InstCombineSelect.cpp",
     "InstCombineShifts.cpp",


        


More information about the llvm-commits mailing list