ucb-bar / esp-llvm

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

Fix link error of RISCVAsmPrinter #49

Open stettberger opened 6 years ago

stettberger commented 6 years ago

When building LLVM with shared libraries on, the linking process for LLVMRISCVCodeGen fails, as it requires LLVMRISCVAsmPrinter.

This was already proposed in #35. However, it was not merged.

stettberger commented 6 years ago

The Travis build failed, because of a timeout after 50 minutes.