File tree 1 file changed +8
-0
lines changed 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,10 @@ directly, see the [build system maintainers guide].
38
38
* [ Issue 1988] : Added aarch64 support for ` preserve_all ` calling convention.
39
39
* [ Issue 2007] : Fixed crash in class template argument deduction caused by
40
40
self-referential friend declaration.
41
+ * [ Issue 2010] : Removed superfluous libraries to reduce disk use.
42
+ * [ Issue 2012] : Fixed front end crash when using concepts and modules.
43
+ * [ Issue 2013] : Fixed false positive ODR violation in global module fragments.
44
+ * [ Issue 2024] : Removed invalid ` __attribute__((__const__)) ` from ` gettid ` .
41
45
* A RISC-V sysroot (AKA riscv64, or rv64) has been added. It is ** not**
42
46
supported. It is present to aid bringup for OS vendors, but it's not yet a
43
47
supported Android ABI. It will not be built by default.
@@ -82,3 +86,7 @@ directly, see the [build system maintainers guide].
82
86
[ Issue 1993 ] : https://github.com/android/ndk/issues/1993
83
87
[ Issue 1994 ] : https://github.com/android/ndk/issues/1994
84
88
[ Issue 2007 ] : https://github.com/android/ndk/issues/2007
89
+ [ Issue 2010 ] : https://github.com/android/ndk/issues/2010
90
+ [ Issue 2012 ] : https://github.com/android/ndk/issues/2012
91
+ [ Issue 2013 ] : https://github.com/android/ndk/issues/2013
92
+ [ Issue 2024 ] : https://github.com/android/ndk/issues/2024
You can’t perform that action at this time.
0 commit comments