-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
llc error #114956
Comments
Can you try:
|
Still appearing: |
Please run |
@llvm/issue-subscribers-backend-risc-v Author: zzzzzzzzz (pyl3000)
When I run `llc march=riscv32` There was an error with this command
output: |
riscv32 is part of a target triple so you need to pass it as |
-march=riscv32 should work if RISCV backend has been built. -march for llc is different than for clang. |
When I run
llc march=riscv32
There was an error with this commandoutput:
error: invalid target 'riscv32'.
The text was updated successfully, but these errors were encountered: