diff options
author | Logan Chien <loganchien@google.com> | 2012-05-08 18:48:11 +0800 |
---|---|---|
committer | Logan Chien <loganchien@google.com> | 2012-05-09 18:00:49 +0800 |
commit | 9318a38869458cef6806cf85a7d7d8157101fb9f (patch) | |
tree | 2f401d70fe84c1dd23ddb8b876798f4319aa5546 /Android.mk | |
parent | 7c101d874ef1ef2053c6f61d87680006fdd1a32d (diff) | |
download | external_llvm-9318a38869458cef6806cf85a7d7d8157101fb9f.zip external_llvm-9318a38869458cef6806cf85a7d7d8157101fb9f.tar.gz external_llvm-9318a38869458cef6806cf85a7d7d8157101fb9f.tar.bz2 |
Reconfigure config.h and llvm-config.h.
The config.h and llvm-config.h was out-of-date, and missing
a lot of important #defines.
Change-Id: I1394a2de64915efd56686de4bdb7999cc9705660
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,7 +45,9 @@ subdirs += \ # MIPS Code Generation Libraries subdirs += \ lib/Target/Mips \ + lib/Target/Mips/AsmParser \ lib/Target/Mips/InstPrinter \ + lib/Target/Mips/Disassembler \ lib/Target/Mips/MCTargetDesc \ lib/Target/Mips/TargetInfo |