Add utilities for debugging LLVM during sysimg build
This adds an extra command line option to dump the unoptimized
rather than the optimized representation of the LLVM IR. This
is very useful when debugging new LLVM passes (which we're now
increasingly making use of) or when profiling LLVM, to split
out JIT and sysimg optimization.