From ead8d02a509cd69a74e01e4af90d8b237f30ed1c Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Wed, 7 Aug 2013 19:25:16 -0700 Subject: 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 --- device/include/llvm/Config/config.h | 3 +++ device/include/llvm/Config/llvm-config.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'device') diff --git a/device/include/llvm/Config/config.h b/device/include/llvm/Config/config.h index e0ee708..cb28ba5 100644 --- a/device/include/llvm/Config/config.h +++ b/device/include/llvm/Config/config.h @@ -147,6 +147,9 @@ /* Define to 1 if you have the `fmodf' function. */ #define HAVE_FMODF 1 +/* Define to 1 if you have the `futimens' function. */ +#define HAVE_FUTIMENS 1 + /* Define to 1 if you have the `getcwd' function. */ #define HAVE_GETCWD 1 diff --git a/device/include/llvm/Config/llvm-config.h b/device/include/llvm/Config/llvm-config.h index ca49e77..e809281 100644 --- a/device/include/llvm/Config/llvm-config.h +++ b/device/include/llvm/Config/llvm-config.h @@ -87,7 +87,7 @@ #define LLVM_VERSION_MAJOR 3 /* Minor version of the LLVM API */ -#define LLVM_VERSION_MINOR 1 +#define LLVM_VERSION_MINOR 3 #include "llvm/Config/llvm-platform-config.h" -- cgit v1.1