diff options
author | Stephen Hines <srhines@google.com> | 2013-08-07 19:25:16 -0700 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2013-08-09 17:11:14 -0700 |
commit | ead8d02a509cd69a74e01e4af90d8b237f30ed1c (patch) | |
tree | 654c9742f1bd3cda576befe15f7600a9a62f3495 /shared_llvm.mk | |
parent | fab2daa4a1127ecb217abe2b07c1769122b6fee1 (diff) | |
download | external_llvm-ead8d02a509cd69a74e01e4af90d8b237f30ed1c.zip external_llvm-ead8d02a509cd69a74e01e4af90d8b237f30ed1c.tar.gz external_llvm-ead8d02a509cd69a74e01e4af90d8b237f30ed1c.tar.bz2 |
Update LLVM for merge to r187913.
Add HAVE_FUTIMENS to */include/llvm/Config/config.h
Update version number to 3.3 (even though this is tracking 3.4)
Removed lib/Archive
Added lib/Option
Android.mk changes:
- PathV2.cpp
- SimplifyLibCalls.cpp
- BlackList.cpp
- VecUtils.cpp
+ MD5.cpp
+ CFG.cpp
+ SpecialCaseList.cpp
+ MachOUniversal.cpp
+ StructurizeCFG.cpp
Change-Id: I8ee072cd0d4210a6a5492c0e6663f8464ff21386
Diffstat (limited to 'shared_llvm.mk')
-rw-r--r-- | shared_llvm.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared_llvm.mk b/shared_llvm.mk index 3fac2f5..128bc6b 100644 --- a/shared_llvm.mk +++ b/shared_llvm.mk @@ -51,8 +51,8 @@ llvm_post_static_libraries := \ libLLVMMC \ libLLVMMCParser \ libLLVMCore \ - libLLVMArchive \ libLLVMAsmParser \ + libLLVMOption \ libLLVMSupport \ libLLVMVectorize |