llc build for rv64imc

master
WangRunji 6 years ago
parent 020e3505ee
commit 3de76885fa

@ -50,7 +50,7 @@ gen_full_rlib() {
cd outdir
for X in ${CNAME}.*bc
do
${LLC} -march=${LLC_ARCH} -filetype=obj ${X}
${LLC} -march=${LLC_ARCH} -filetype=obj -mattr=+m,+c ${X}
done
for X in ${CNAME}.*o
do

Loading…
Cancel
Save