OSDN Git Service

android: [AArch64] add AArch64GenExegesis.inc tblgen target
authorMauro Rossi <issor.oruam@gmail.com>
Wed, 13 Feb 2019 19:56:03 +0000 (20:56 +0100)
committerMauro Rossi <issor.oruam@gmail.com>
Tue, 24 Mar 2020 22:21:32 +0000 (23:21 +0100)
Partial porting for AArch64 of commit:
b4abfc2 ("[llvm-exegesis][NFC] Add a way to declare the default counter...")

lib/Target/AArch64/Android.mk

index 483d986..e8e557b 100644 (file)
@@ -13,7 +13,8 @@ aarch64_codegen_TBLGEN_TABLES70 := \
   AArch64GenFastISel.inc \
   AArch64GenDisassemblerTables.inc \
   AArch64GenMCPseudoLowering.inc \
-  AArch64GenSystemOperands.inc
+  AArch64GenSystemOperands.inc \
+  AArch64GenExegesis.inc
 
 aarch64_codegen_SRC_FILES := \
   AArch64A57FPLoadBalancing.cpp \