OSDN Git Service
(root)
/
android-x86
/
external-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c336365
)
android: [AArch64] add AArch64GenExegesis.inc tblgen target
author
Mauro Rossi
<issor.oruam@gmail.com>
Wed, 13 Feb 2019 19:56:03 +0000
(20:56 +0100)
committer
Mauro 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
patch
|
blob
|
history
diff --git
a/lib/Target/AArch64/Android.mk
b/lib/Target/AArch64/Android.mk
index
483d986
..
e8e557b
100644
(file)
--- a/
lib/Target/AArch64/Android.mk
+++ b/
lib/Target/AArch64/Android.mk
@@
-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 \