OSDN Git Service

android: Codegen/AsmPrinter: Rename DwarfAccelTable to AccelTable
authorMauro Rossi <issor.oruam@gmail.com>
Sat, 9 Jun 2018 11:13:30 +0000 (13:13 +0200)
committerMauro Rossi <issor.oruam@gmail.com>
Sun, 10 Jun 2018 20:50:48 +0000 (22:50 +0200)
Apply changes also in Android targets

Fixes the following building error:

ninja: error: 'external/llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp',
needed by 'out/target/product/x86/obj/STATIC_LIBRARIES/libLLVMAsmPrinter_intermediates/DwarfAccelTable.o',
missing and no known rule to make it
12:13:33 ninja failed with: exit status 1

Reference: 633599ba03 ("[NFC] Rename DwarfAccelTable and move header.")

lib/CodeGen/AsmPrinter/Android.mk

index 373eedb..957dd52 100644 (file)
@@ -1,6 +1,7 @@
 LOCAL_PATH := $(call my-dir)
 
 codegen_asmprinter_SRC_FILES := \
+  AccelTable.cpp \
   AddressPool.cpp \
   ARMException.cpp \
   AsmPrinter.cpp \
@@ -11,7 +12,6 @@ codegen_asmprinter_SRC_FILES := \
   DebugLocStream.cpp \
   DIE.cpp \
   DIEHash.cpp \
-  DwarfAccelTable.cpp \
   DwarfCFIException.cpp \
   DwarfCompileUnit.cpp \
   DwarfDebug.cpp \