OSDN Git Service

android: AMDGPU: add missing source in codegen makefile
authorMauro Rossi <issor.oruam@gmail.com>
Wed, 23 Nov 2016 23:10:00 +0000 (00:10 +0100)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 6 Apr 2017 09:36:21 +0000 (17:36 +0800)
Fixes a building error due to missing SIMachineScheduler.cpp

lib/Target/AMDGPU/Android.mk

index 10ea132..ee5858b 100644 (file)
@@ -58,6 +58,7 @@ amdgpu_codegen_SRC_FILES := \
   SILowerControlFlow.cpp \
   SILowerI1Copies.cpp \
   SIMachineFunctionInfo.cpp \
+  SIMachineScheduler.cpp \
   SIRegisterInfo.cpp \
   SIShrinkInstructions.cpp \
   SITypeRewriter.cpp