You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is broken in the r25 compiler but is fixed in the r26 compiler. The fix is below. We can respin the toolchain with this fix for the next point release of r25, if any.
commit 447c411fef6ed97a404087cc8289aeeb02a8ae5c
Author: Sam Parker <[email protected]>
Date: Thu Jun 9 08:41:44 2022 +0000
[ARM][ParallelDSP] Fix self reference bug
Ensure we don't generate a smlad intrinsic that takes itself as an
argument.
Differential Revision: https://reviews.llvm.org/D127213
Description
Please clone this gitlab repository
https://gitlab.com/blackberry-savior/sipdroid/-/tree/d2044a74f5e92429649c9157adc1cdee21b3a9ab
Run
./gradlew clean build
. The result is thatclang frontend failed with exit code 139
and this stacktrace:https://pastebin.com/ZxAZ7irg
Here are the relevant files mentioned in the stacktrace:
/tmp/gsm0610_lpc-93e495.c (attached because it is very large)
/tmp/gsm0610_lpc-93e495.sh (pastebin)
Upstream bug
No response
Commit to cherry-pick
No response
Affected versions
r23, r25
Canary version
No response
Host OS
Linux
Host OS version
PureOS 10 (Byzantium)
Affected ABIs
armeabi-v7a
The text was updated successfully, but these errors were encountered: