ucb-bar / esp-llvm

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

Test suite improvements #26

Closed neuschaefer closed 8 years ago

neuschaefer commented 8 years ago

2f32ed5 might not be good strategy, but it lets us use Travis-CI to catch actual regressions.

neuschaefer commented 8 years ago

I marked test/CodeGen/RISCV/jal.ll as failing, but it unexpectedly passes on travis. I will investigate why it fails on my system.

Issue: https://github.com/riscv/riscv-llvm/issues/27

colinschmidt commented 8 years ago

Is there a way to declare the check-llvm-codegen-riscv check-llvm-mc-riscv targets for regular make or does it only work in cmake?

jleidel commented 8 years ago

I wouldn't worry a terrible amount about the gnu make build. Its quickly becoming deprecated in LLVM