This commmit allows us to run make libfoo.ll or make libfoo.bc
(vs libfoo.so) to get the IR version of a library or make foo.full.ll,
etc., to get the IR version of a binary.
As part of this work, we add an LLVM_LINK variable to sys.mk that can
can be specified/overridden using an external toolchain.