The way LLVM builds its native utilities is not safe (it runs a recursive cmake in the same work directory as the main instance). To prevent those instances from stepping on each other, we'll build the two native utilities separately before starting the main build. Fixes issue #143