[llvm] c71f637 - [gn build] Port 0a0d6489ef2e

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sun May 15 23:46:48 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-05-16T06:42:42Z
New Revision: c71f6376ebaf57802788464b2655915e853e5b97

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

LOG: [gn build] Port 0a0d6489ef2e

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/lib/Target/Mips/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/Target/Mips/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Target/Mips/BUILD.gn
index d030c5e040098..ade34ae1848f6 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Target/Mips/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Target/Mips/BUILD.gn
@@ -110,6 +110,7 @@ static_library("LLVMMipsCodeGen") {
     "MipsSubtarget.cpp",
     "MipsTargetMachine.cpp",
     "MipsTargetObjectFile.cpp",
+    "MipsTargetTransformInfo.cpp",
   ]
 }
 


        


More information about the llvm-commits mailing list