<div dir="ltr">clang -emit-llvm can compile to intermediate code, but by default emits the binary format. Is there a way to get it to emit text format instead?<div><br></div><div>(Surprisingly but happily, clang-cl -emit-llvm does default to text format.)</div></div>