-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
use clang/llvm version 9 for RiscV to cross-compile CXX programs and simulate using Spike #85
Comments
stelleg
pushed a commit
to lanl/kitsune
that referenced
this issue
Feb 21, 2020
… tasks generated by -O0. This patch addresses issue llvm#85.
RKSimon
added
question
A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!
cmake
Build system in general and CMake in particular
labels
Apr 12, 2022
tarunprabhu
pushed a commit
to tarunprabhu/kitsune
that referenced
this issue
Apr 4, 2023
… tasks generated by -O0. This patch addresses issue llvm#85.
pmccormick
pushed a commit
to lanl/kitsune
that referenced
this issue
May 17, 2023
… tasks generated by -O0. This patch addresses issue llvm#85.
stelleg
pushed a commit
to stelleg/llvm-project
that referenced
this issue
Jun 13, 2023
… tasks generated by -O0. This patch addresses issue llvm#85.
tarunprabhu
pushed a commit
to tarunprabhu/kitsune
that referenced
this issue
Jul 25, 2023
… tasks generated by -O0. This patch addresses issue llvm#85.
dvirtz
added a commit
to dvirtz/llvm-project
that referenced
this issue
Aug 29, 2023
now code won't wait for user to close error message and will display the error in the json doc fixed llvm#85
tarunprabhu
pushed a commit
to tarunprabhu/kitsune
that referenced
this issue
Sep 26, 2023
… tasks generated by -O0. This patch addresses issue llvm#85.
tarunprabhu
pushed a commit
to tarunprabhu/kitsune
that referenced
this issue
Oct 12, 2023
… tasks generated by -O0. This patch addresses issue llvm#85.
RevySR
pushed a commit
to revyos/llvm-project
that referenced
this issue
Apr 3, 2024
…m#85) * [LLVM][XTHeadVector] Define intrinsic functions. * [LLVM][XTHeadVector] Define pseudos and pats. * [LLVM][XTHeadVector] Add test cases. * [NFC][XTHeadVector] Update Readme.
RevySR
pushed a commit
to revyos/llvm-project
that referenced
this issue
Jul 27, 2024
…m#85) * [LLVM][XTHeadVector] Define intrinsic functions. * [LLVM][XTHeadVector] Define pseudos and pats. * [LLVM][XTHeadVector] Add test cases. * [NFC][XTHeadVector] Update Readme.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to use clang/llvm version 9 for RiscV to cross-compile CXX programs and simulate using Spike, but it doen't work. how can I to resolve this problem? Thank you so much!
The text was updated successfully, but these errors were encountered: