diff options
author | Stephen Hines <srhines@google.com> | 2013-06-12 13:36:56 -0700 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2013-06-13 16:08:17 -0700 |
commit | 9151f6474c0c3c696e75a12a605c48f54da4665f (patch) | |
tree | 3ed2694746aaee6c0e78292d1fc565c230747ee8 /README.android | |
parent | 1878f9a7874b1ff569d745c0269f49d3daf7203d (diff) | |
download | external_llvm-9151f6474c0c3c696e75a12a605c48f54da4665f.zip external_llvm-9151f6474c0c3c696e75a12a605c48f54da4665f.tar.gz external_llvm-9151f6474c0c3c696e75a12a605c48f54da4665f.tar.bz2 |
Update LLVM for merge to r183849.
s/LLVM_HOSTTRIPLE/LLVM_HOST_TRIPLE
Add #include<ctype.h> to LinkModules.cpp for isdigit().
Add missing libLLVMObject to llc dependencies.
Android.mk updates:
Remove Linker.cpp
Remove JITDwarfEmitter.cpp
Remove MipsDirectObjLower.cpp
Add MCExternalSymbolizer.cpp
Add MCRelocationInfo.cpp
Add MCSymbolizer.cpp
Add ARMMachORelocationInfo.cpp
Add Mips16HardFloat.cpp
Add MipsOptimizeMathLibCalls.cpp
Add X86ELFRelocationInfo.cpp
Add X86MachORelocationInfo.cpp
Change-Id: I3f3dbc2b62e89ef9e303f5456c6a99f0937f6981
Diffstat (limited to 'README.android')
-rw-r--r-- | README.android | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.android b/README.android index 4fe6f85..f12faa7 100644 --- a/README.android +++ b/README.android @@ -21,8 +21,9 @@ * For Jellybean: Synced to upstream r155090 * For Jellybean MR1: Synced to upstream r162314 * For Jellybean MR2: Synced to upstream r177342 -* For Key Lime Pie: Synced to upstream r180947 +* For Key Lime Pie: Synced to upstream r183849 +* Recent downstreaming on 2013/6/13: Synced to r183849 (Contact srhines for merge questions.) * Recent downstreaming on 2013/5/3: Synced to r180947 (Contact srhines for merge questions.) * Recent downstreaming on 2013/3/18: Synced to r177342 (Contact srhines for merge questions.) * Recent downstreaming on 2013/3/5: Synced to r176139 (Contact srhines for merge questions.) |