OSDN Git Service

android: [AMDGPU][Waitcnt] Remove the old waitcnt pass
authorMauro Rossi <issor.oruam@gmail.com>
Sat, 9 Jun 2018 10:00:37 +0000 (12:00 +0200)
committerMauro Rossi <issor.oruam@gmail.com>
Sun, 10 Jun 2018 18:12:44 +0000 (20:12 +0200)
Remove source also in Android AMDGPU target

Fixes the following building error:

ninja: error: 'external/llvm/lib/Target/AMDGPU/SIInsertWaits.cpp',
needed by 'out/target/product/x86/obj/STATIC_LIBRARIES/libLLVMAMDGPUCodeGen_intermediates/SIInsertWaits.o',
missing and no known rule to make it
11:44:43 ninja failed with: exit status 1

Reference: ac95aa536 ("[AMDGPU][Waitcnt] Remove the old waitcnt pass")

lib/Target/AMDGPU/Android.mk

index cae13a4..441f88f 100644 (file)
@@ -75,7 +75,6 @@ amdgpu_codegen_SRC_FILES := \
   SIFrameLowering.cpp \
   SIInsertSkips.cpp \
   SIInsertWaitcnts.cpp \
-  SIInsertWaits.cpp \
   SIInstrInfo.cpp \
   SIISelLowering.cpp \
   SILoadStoreOptimizer.cpp \