diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | RELEASE_NOTES.md | 24 |
2 files changed, 26 insertions, 0 deletions
@@ -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. |