[LLVMdev] workflow for linking clang
reed kotler
rkotler at mips.com
Fri Aug 16 14:01:58 PDT 2013
the good news is that (thanks to Simon) the clang driver is working so
well for Mips now that we are more or less switching away from using llc
during development for all our various host/target configurations.
the bad news is that we have make clang all the time and it is really
slow to do that.
we used to be able to just make in the lib/target/Mips and then in llc
and it was really fast.
part of it is probably that we have all this debug information that we
don't need because none of use are working on clang itself (well, almost
never).
ideas?
for 99% of our changes we are just editting files in libc/target/Mips
what is the fastest way to get a new clang complete compiler after that?
tia.
reed
More information about the llvm-dev
mailing list