[go: nahoru, domu]

Skip to content

Commit

Permalink
Update LLVM to r416183c1.
Browse files Browse the repository at this point in the history
Test: ./checkbuild.py && ./run_tests.py
Bug: android/ndk#1540
Bug: android/ndk#1551
Bug: android/ndk#1555
Change-Id: I2d345546457d8c461b603be4ea9e725230f11af9
(cherry picked from commit 2af6bc5)
  • Loading branch information
DanAlbert authored and Android Build Coastguard Worker committed Sep 24, 2021
1 parent ff69be7 commit 17ee61d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion docs/changelogs/Changelog-r23.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,12 @@ For Android Studio issues, follow the docs on the [Android Studio site].

## r23b

* Update LLVM to clang-r416183c, based on LLVM 12 development.
* Update LLVM to clang-r416183c1, based on LLVM 12 development.
* [Issue 1540]: Fixed compiler crash when using coroutines.
* [Issue 1544]: Now uses universal binaries for M1 Macs.
* [Issue 1551]: Prevent each translation unit from receiving its own copy of
emulated thread-local global variables.
* [Issue 1555]: Fixed compiler crash for armeabi-v7a.
* [Issue 1536]: Make optimization flags used with CMake more consistent.
Historically thumb release builds used `-Oz`, but AGP switched to using
`RelWithDebInfo` for release builds in the latest release which was not using
Expand All @@ -56,8 +60,11 @@ For Android Studio issues, follow the docs on the [Android Studio site].

[CMake Issue 22647]: https://gitlab.kitware.com/cmake/cmake/-/issues/22647
[Issue 1536]: https://github.com/android/ndk/issues/1536
[Issue 1540]: https://github.com/android/ndk/issues/1540
[Issue 1544]: https://github.com/android/ndk/issues/1544
[Issue 1551]: https://github.com/android/ndk/issues/1551
[Issue 1553]: https://github.com/android/ndk/issues/1553
[Issue 1555]: https://github.com/android/ndk/issues/1555
[Issue 1560]: https://github.com/android/ndk/issues/1560
[Issue 1573]: https://github.com/android/ndk/issues/1573
[Issue 1569]: https://github.com/android/ndk/issues/1569
Expand Down
2 changes: 1 addition & 1 deletion ndk/toolchains.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import ndk.paths


CLANG_VERSION = 'clang-r416183c'
CLANG_VERSION = 'clang-r416183c1'


HOST_TRIPLE_MAP = {
Expand Down

0 comments on commit 17ee61d

Please sign in to comment.