From ef1fe35b977aea70e2f9e151049d9308aeec58db Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Wed, 29 Jun 2016 15:18:47 -0700 Subject: Update the changelog for clang 32-bit issues. Bug: https://github.com/android-ndk/ndk/issues/139 Change-Id: I300a348d4b5f971bfdc81f7af68b6f290c645e2e --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a1252f38..3710aae93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,7 +66,6 @@ Clang ----- * Clang has been updated to 3.8svn (r256229, build 2812033). - * Note that Clang packaged in the Windows 64-bit NDK is actually 32-bit. * `__thread` should work for real this time. GCC @@ -109,3 +108,5 @@ Known Issues headers and libraries (not a regression from r11). * RenderScript tools are not present (not a regression from r11): https://github.com/android-ndk/ndk/issues/7. + * The `clang.exe` and `clang++.exe` in the 32-bit Windows package are actually + 64-bit. The 32-bit executable is named `clang_32.exe`. -- cgit v1.2.3