-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
[AVR] clang/llvm crashed with a simple test program #132203
Labels
Comments
simplify the case to
run
|
benshi001
added a commit
to benshi001/llvm-project
that referenced
this issue
Mar 21, 2025
This is a walk around solution of llvm#132203
benshi001
added a commit
to benshi001/llvm-project
that referenced
this issue
Mar 21, 2025
This is a walk around solution of llvm#132203
That is a walk around solution to avoid the crash: #132398 , however it does not really fix this issue. |
benshi001
added a commit
to benshi001/llvm-project
that referenced
this issue
Mar 22, 2025
This is a walk around solution of llvm#132203
benshi001
added a commit
to benshi001/llvm-project
that referenced
this issue
Mar 23, 2025
Patryk27
pushed a commit
that referenced
this issue
Mar 26, 2025
This is a walk around solution of #132203
llvm-sync bot
pushed a commit
to arm/arm-toolchain
that referenced
this issue
Mar 26, 2025
This is a walk around solution of llvm/llvm-project#132203
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
a.ii.txt
with the attached a.ii, run
clang++ a.ii -c -Os --target=avr -mmcu=atmega328
, clang crash with infoThe text was updated successfully, but these errors were encountered: