[llvm] debd2dc - [gn build] Port e53a9d96e6a

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 21 20:23:28 PST 2020


Author: LLVM GN Syncbot
Date: 2020-01-22T04:19:38Z
New Revision: debd2dcd098a581fc0ef2c0de5e2b06439e105f4

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

LOG: [gn build] Port e53a9d96e6a

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/BUILD.gn
index 045751141ad1..621458df86c4 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/BUILD.gn
@@ -176,6 +176,7 @@ static_library("LLVMAMDGPUCodeGen") {
     "SIPeepholeSDWA.cpp",
     "SIPreAllocateWWMRegs.cpp",
     "SIRegisterInfo.cpp",
+    "SIRemoveShortExecBranches.cpp",
     "SIShrinkInstructions.cpp",
     "SIWholeQuadMode.cpp",
   ]


        


More information about the llvm-commits mailing list