avr-llvm / llvm

[MERGED UPSTREAM] AVR backend for the LLVM compiler library
220 stars 21 forks source link

"Did you mean -march" #38

Closed RandomInsano closed 9 years ago

RandomInsano commented 9 years ago

Build went great, docs might need to be updated to use '-march avr' instead of '-arch avr'

$ llc program.ll -o program.o -march=avr -filetype=obj
llc: Unknown command line argument '-arch=avr'.  Try: 'llc -help'
llc: Did you mean '-march=avr'?
dylanmckay commented 9 years ago

I just updated the Wiki to fix this.

Thanks :)