ucb-bar / esp-llvm

UCB-BAR fork of LLVM! NOT UPSTREAM RISCV LLVM
Other
123 stars 55 forks source link

The target `RISCV' does not exist #53

Closed TATAyu0413 closed 4 years ago

TATAyu0413 commented 4 years ago

CMake Error at CMakeLists.txt:143 (message): The target `RISCV' does not exist.

  It should be one of

AArch64;ARM;CppBackend;Hexagon;Mips;MBlaze;MSP430;NVPTX;PowerPC;Sparc;SystemZ;X86;XCore

-- Configuring incomplete, errors occurred! See also "/home/yu/riscv-llvm/build/CMakeFiles/CMakeOutput.log". What should I do to resolve this?Thank you so much!

pranav-prakash commented 4 years ago

Riscv support has been merged into upstream LLVM repositories, so you should probably be using that.(See #50). If you want to play around with Hwacha vectorization support (which is still pretty janky) try the trunk branch which builds off of a newer llvm version compared to other branches.

TATAyu0413 commented 4 years ago

Riscv support has been merged into upstream LLVM repositories, so you should probably be using that.(See #50). If you want to play around with Hwacha vectorization support (which is still pretty janky) try the trunk branch which builds off of a newer llvm version compared to other branches.

I get it, thanks.