search for: andrewhsieh

Displaying 4 results from an estimated 4 matches for "andrewhsieh".

2012 Nov 14
0
[LLVMdev] Clang now included in Android NDK r8c
cc +andrewhsieh +loganchien On Tue, Nov 13, 2012 at 11:21 PM, Joe Abbey <jabbey at arxan.com> wrote: > Hats off to the Android NDK team! > > Thanks for including me here, but I'd like to clarify that this is all from the really hard work of Andrew Hsieh and Logan Chien, and a few other Android...
2013 Feb 01
0
[LLVMdev] Clang now included in Android NDK r8c
Yes, llvm-config. Thanks for the pointer to the build script - that's what I was looking for. -Greg On Thu, Jan 31, 2013 at 5:24 PM, Andrew Hsieh <andrewhsieh at google.com>wrote: > You mean llvm-config? It was deleted after the build. You can modify our > build script build-llvm.sh to get it back. > Clang/llvm-3.2 will be available in the next NDK release. There is no > plan to align release between NDK and the one in Chromium. > Yo...
2012 Nov 13
3
[LLVMdev] Clang now included in Android NDK r8c
Hats off to the Android NDK team! http://developer.android.com/tools/sdk/ndk/index.html Important changes: * Added the Clang 3.1 compiler to the NDK. The GNU Compiler Collection (GCC) 4.6 is still the default, so you must explicitly enable the Clang compiler option as follows: * For ndk-build, export NDK_TOOLCHAIN_VERSION=clang3.1 or add this environment variable setting
2013 Feb 01
0
[LLVMdev] Clang now included in Android NDK r8c
...Has there been any talk of both Android and Chromium sharing the same clang? Or is it that Chromium needs to be on the bleeding edge for the Native Client stuff? ...or something like that? Thanks, Greg On Wed, Nov 14, 2012 at 7:19 AM, David Turner <digit at android.com> wrote: > cc +andrewhsieh +loganchien > > On Tue, Nov 13, 2012 at 11:21 PM, Joe Abbey <jabbey at arxan.com> wrote: > >> Hats off to the Android NDK team! >> >> > Thanks for including me here, but I'd like to clarify that this is all > from the really hard work of Andrew Hsieh and L...