Skip to content
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

[Xtensa] Fix crash when invoking Clang with assertions enabled (LLVM-162) #59

Open
wants to merge 1 commit into
base: xtensa_release_14.0.0
Choose a base branch
from

Conversation

aykevl
Copy link

@aykevl aykevl commented Apr 20, 2022

I'm not sure why this assert was inserted here but it results in a crash when assertions are enabled. Removing it doesn't seem to negatively affect anything.

This patch fixes #56.

I'm not sure why this assert was inserted here but it results in a crash
when assertions are enabled. Removing it doesn't seem to negatively
affect anything.
@github-actions github-actions bot changed the title [Xtensa] Fix crash when invoking Clang with assertions enabled [Xtensa] Fix crash when invoking Clang with assertions enabled (LLVM-162) Apr 20, 2022
aykevl added a commit to tinygo-org/tinygo that referenced this pull request Apr 20, 2022
Switch over to LLVM 14 for static builds. Keep using LLVM 13 for regular
builds for now.

This uses a branch of the upstream Espressif branch to fix an issue,
see: espressif/llvm-project#59
aykevl added a commit to tinygo-org/tinygo that referenced this pull request Apr 21, 2022
Switch over to LLVM 14 for static builds. Keep using LLVM 13 for regular
builds for now.

This uses a branch of the upstream Espressif branch to fix an issue,
see: espressif/llvm-project#59
aykevl added a commit to tinygo-org/tinygo that referenced this pull request Apr 21, 2022
Switch over to LLVM 14 for static builds. Keep using LLVM 13 for regular
builds for now.

This uses a branch of the upstream Espressif branch to fix an issue,
see: espressif/llvm-project#59
aykevl added a commit to tinygo-org/tinygo that referenced this pull request Apr 21, 2022
Switch over to LLVM 14 for static builds. Keep using LLVM 13 for regular
builds for now.

This uses a branch of the upstream Espressif branch to fix an issue,
see: espressif/llvm-project#59
aykevl added a commit to tinygo-org/tinygo that referenced this pull request Apr 21, 2022
Switch over to LLVM 14 for static builds. Keep using LLVM 13 for regular
builds for now.

This uses a branch of the upstream Espressif branch to fix an issue,
see: espressif/llvm-project#59
aykevl added a commit to tinygo-org/tinygo that referenced this pull request Apr 22, 2022
Switch over to LLVM 14 for static builds. Keep using LLVM 13 for regular
builds for now.

This uses a branch of the upstream Espressif branch to fix an issue,
see: espressif/llvm-project#59
deadprogram pushed a commit to tinygo-org/tinygo that referenced this pull request Apr 23, 2022
Switch over to LLVM 14 for static builds. Keep using LLVM 13 for regular
builds for now.

This uses a branch of the upstream Espressif branch to fix an issue,
see: espressif/llvm-project#59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash in Clang: Unexpected Xtensa GCC toolchain version (LLVM-160)
1 participant