aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Desaulniers <ndesaulniers@google.com>2019-09-26 13:31:04 -0700
committerNick Desaulniers <ndesaulniers@google.com>2019-09-26 13:31:04 -0700
commit5274be15be1049c2e04a7e6a3fab79427eb2e7dd (patch)
tree2cd3c5dae39210c326c3232516f7bdcf474c670a
parentf35b4502e75af4fa07161279970b67e83f450a70 (diff)
downloadprebuilts_clang_host_linux-x86-sparse-6113669-L69200000513850779.tar.gz
prebuilts_clang_host_linux-x86-sparse-6113669-L69200000513850779.tar.bz2
prebuilts_clang_host_linux-x86-sparse-6113669-L69200000513850779.zip
README: add reference to r365631c and new release notesndk-r21-rc1ndk-r21-beta2ndk-r21-beta1ndk-r21sparse-6113669-L69200000513850779
Bug: 141645041 Change-Id: I2a18beb0f6ed870939fd061f49f9f102f5f0098f
-rw-r--r--README.md2
-rw-r--r--RELEASE_NOTES.md24
2 files changed, 26 insertions, 0 deletions
diff --git a/README.md b/README.md
index 20fa3a17..246cbed4 100644
--- a/README.md
+++ b/README.md
@@ -80,6 +80,7 @@ Prebuilt Versions
* [clang-r353983c](https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+/master/clang-r353983c/) - April 2019
* [clang-r353983d](https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+/master/clang-r353983d/) - June 2019
* [clang-r365631b](https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+/master/clang-r365631b/) - September 2019
+* [clang-r365631c](https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+/refs/heads/master/clang-r365631c/) - September 2019
More Information
----------------
@@ -87,3 +88,4 @@ More Information
We have a public mailing list that you can subscribe to:
[android-llvm@googlegroups.com](https://groups.google.com/forum/#!forum/android-llvm)
+See also our [release notes](RELEASE_NOTES.md).
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
new file mode 100644
index 00000000..1a80519a
--- /dev/null
+++ b/RELEASE_NOTES.md
@@ -0,0 +1,24 @@
+# Release Notes
+
+## clang-r365631c
+### Upstream Cherry-picks
+- r366130 [LoopUnroll+LoopUnswitch] do not transform loops containing callbr
+- r369761 [llvm-objcopy] Strip debug sections when running with --strip-unneeded.
+- r370981 [DebugInfo] Emit DW_TAG_enumeration_type for referenced global enumerator.
+- r372047 Fix swig python package path
+- r372194 Cache PYTHON_EXECUTABLE for windows
+- r372364 Revert "Fix swig python package path"
+- r372587 [LLDB] Add a missing specification of linking against dbghelp
+- r372835 [lldb] [cmake] Fix installing Python modules on systems using /usr/lib
+### Notes
+Fixes for:
+- asm goto + LTO in Android Linux kernels
+- debug info missing for enums
+- NDK fixes for:
+ - stripping debug sections w/ llvm-objcopy/llvm-strip
+ - LLDB
+### Created
+Sep 26 2019
+
+## Older Releases
+Release notes not available.