-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LLVM handling of long windows command lines incorrect #1388
Labels
Comments
https://android-review.googlesource.com/c/toolchain/llvm-project/+/1518414 is the cherry-pick for r21e. We should also mention that this is related to the request from issue #1386 . |
https://android-review.googlesource.com/c/platform/prebuilts/clang/host/windows-x86/+/1595520 is the cherry-pick for 22b |
grendello
added a commit
to grendello/xamarin-android
that referenced
this issue
Mar 25, 2021
Context: https://github.com/android/ndk/wiki/Changelog-r22#r22b Context: android/ndk#1427 Upstream changes: * [Issue 1377][0]: Fix Clang backend crash in register scavenging. * [Issue 1388][1]: Fixed LLVM's incorrect conversion to list files for long command lines on Windows. * [Issue 1391][2]: Fixed missing symbols from libz.a. * [Issue 1427][3]: Fixed Clang auto-detection for CMake 3.19 and older for Windows. Fix for issue 1427 above allows us to remove the older Android cmake toolchain file we've been using to work around the bug on Windows platforms. [0]: android/ndk#1377 [1]: android/ndk#1388 [2]: android/ndk#1391 [3]: android/ndk#1427
jonpryor
pushed a commit
to dotnet/android
that referenced
this issue
Mar 26, 2021
Context: https://github.com/android/ndk/wiki/Changelog-r22#r22b Context: android/ndk#1427 Upstream changes: * [Issue 1377][0]: Fix Clang backend crash in register scavenging. * [Issue 1388][1]: Fixed LLVM's incorrect conversion to list files for long command lines on Windows. * [Issue 1391][2]: Fixed missing symbols from `libz.a`. * [Issue 1427][3]: Fixed Clang auto-detection for CMake 3.19 and older for Windows. The fix for issue 1427 above allows us to remove the older Android cmake toolchain file we've been using (accc846) to work around the bug on Windows platforms. [0]: android/ndk#1377 [1]: android/ndk#1388 [2]: android/ndk#1391 [3]: android/ndk#1427
msatranjr
pushed a commit
to msft-mirror-aosp/platform.prebuilts.clang.host.darwin-x86
that referenced
this issue
Feb 8, 2023
clang 9.0.9 (based on r365631c3) from build 7019983. Bug: android/ndk#1388 Test: N/A Change-Id: Ic7cab7cbf24b2a54fc810a0bb5a683185abfcce3 (cherry picked from commit 109f6b1c0ff3c580a82e6a4c8193330e6b85cc43)
msatranjr
pushed a commit
to msft-mirror-aosp/platform.prebuilts.clang.host.darwin-x86
that referenced
this issue
Feb 8, 2023
clang 11.0.5 (based on r399163b1) from build 7155654. Bug: android/ndk#1388 Test: N/A Change-Id: Ibf92249fc293f7e211e6f49db892169c89b10d7f (cherry picked from commit d06f99c2077eda0cff2f478dfea10aca4a48bdae)
msatranjr
pushed a commit
to msft-mirror-aosp/platform.prebuilts.clang.host.linux-x86
that referenced
this issue
Feb 8, 2023
clang 9.0.9 (based on r365631c3) from build 7019983. Bug: android/ndk#1388 Test: N/A Change-Id: I20a3cc71ab56af309ec379059d7442032fe19369 (cherry picked from commit fb2f286d68afe133e997528309e9d2f4cae93cb7)
msatranjr
pushed a commit
to msft-mirror-aosp/platform.prebuilts.clang.host.linux-x86
that referenced
this issue
Feb 8, 2023
clang 9.0.9 (based on r365631c3) from build 7019983. Bug: android/ndk#1388 Test: N/A Change-Id: I20a3cc71ab56af309ec379059d7442032fe19369 (cherry picked from commit fb2f286d68afe133e997528309e9d2f4cae93cb7)
msatranjr
pushed a commit
to msft-mirror-aosp/platform.prebuilts.clang.host.darwin-x86
that referenced
this issue
Feb 8, 2023
clang 9.0.9 (based on r365631c3) from build 7019983. Bug: android/ndk#1388 Test: N/A Change-Id: Ic7cab7cbf24b2a54fc810a0bb5a683185abfcce3 (cherry picked from commit 109f6b1c0ff3c580a82e6a4c8193330e6b85cc43)
msatranjr
pushed a commit
to msft-mirror-aosp/platform.prebuilts.clang.host.linux-x86
that referenced
this issue
Feb 8, 2023
clang 11.0.5 (based on r399163b1) from build 7155654. Bug: android/ndk#1388 Test: N/A Change-Id: I271b70b258e8a5563cc8babe639497a052a4b7d5 (cherry picked from commit 93f84143ce566646974537bcccfa44c28b1828d3)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need to backport https://reviews.llvm.org/D83772
The text was updated successfully, but these errors were encountered: