Hi llvm maintainers,
I can build the llvm on 64-bit ubuntu, but I got error when I compile the *.c code using:
clang -target riscv64 -mriscv=RV64IAMFD -S hello.c -o hello.S
The error is:
error: unknown target triple 'riscv64', please use -triple or -arch
Did I miss something? I am on the commit 8aec2ae.
Thanks.
Hi llvm maintainers,
I can build the llvm on 64-bit ubuntu, but I got error when I compile the *.c code using:
clang -target riscv64 -mriscv=RV64IAMFD -S hello.c -o hello.S
The error is:
error: unknown target triple 'riscv64', please use -triple or -arch
Did I miss something? I am on the commit 8aec2ae.
Thanks.