forked from rust-lang/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 39
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::BTFDebug crashes on some data types #37
Comments
riptl
changed the title
llvm:: BTFDebug crashes on some data types
llvm::BTFDebug crashes on some data types
Apr 28, 2022
nvjle
added a commit
that referenced
this issue
Feb 15, 2023
BTF/CO-RE has been disabled for Solana since: #37 This patch updates related code (and all applicable unit tests) from roughly a year of bitrot. This is in preparation for its possible use in the Move project. Additionally, a few other 14.0.2022-03-02 -> 15.0-2022-08-09 BPF patches were reflected in the SBF back-end (e.g., bugfixes).
dmakarov
pushed a commit
that referenced
this issue
Feb 16, 2023
BTF/CO-RE has been disabled for Solana since: #37 This patch updates related code (and all applicable unit tests) from roughly a year of bitrot. This is in preparation for its possible use in the Move project. Additionally, a few other 14.0.2022-03-02 -> 15.0-2022-08-09 BPF patches were reflected in the SBF back-end (e.g., bugfixes).
LucasSte
pushed a commit
to LucasSte/llvm-project
that referenced
this issue
Jan 31, 2024
BTF/CO-RE has been disabled for Solana since: anza-xyz#37 This patch updates related code (and all applicable unit tests) from roughly a year of bitrot. This is in preparation for its possible use in the Move project. Additionally, a few other 14.0.2022-03-02 -> 15.0-2022-08-09 BPF patches were reflected in the SBF back-end (e.g., bugfixes).
LucasSte
pushed a commit
that referenced
this issue
Feb 16, 2024
BTF/CO-RE has been disabled for Solana since: #37 This patch updates related code (and all applicable unit tests) from roughly a year of bitrot. This is in preparation for its possible use in the Move project. Additionally, a few other 14.0.2022-03-02 -> 15.0-2022-08-09 BPF patches were reflected in the SBF back-end (e.g., bugfixes).
LucasSte
pushed a commit
to LucasSte/llvm-project
that referenced
this issue
Jun 28, 2024
BTF/CO-RE has been disabled for Solana since: anza-xyz#37 This patch updates related code (and all applicable unit tests) from roughly a year of bitrot. This is in preparation for its possible use in the Move project. Additionally, a few other 14.0.2022-03-02 -> 15.0-2022-08-09 BPF patches were reflected in the SBF back-end (e.g., bugfixes).
LucasSte
pushed a commit
that referenced
this issue
Aug 19, 2024
BTF/CO-RE has been disabled for Solana since: #37 This patch updates related code (and all applicable unit tests) from roughly a year of bitrot. This is in preparation for its possible use in the Move project. Additionally, a few other 14.0.2022-03-02 -> 15.0-2022-08-09 BPF patches were reflected in the SBF back-end (e.g., bugfixes).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reported by @alessandrod
Caused by #32
Problem
The BTF (BPF Type Format) debug info format does not support non-kernel data types like complex numbers.
This breaks compilation of some Rust and C programs.
Suggested Fix
Remove BTF debug info for arch
sbf
andsbfv2
.There is currently no need for BTF debug syms because we have DWARF support.
LLVM stack dump
The text was updated successfully, but these errors were encountered: