What is the "correct" way to output data to the console using LLVM? To be clear, I'm looking for the LLVM IR which will write to the console, rather than some special version of std::cout in the LLVM library. All examples which accomplish this that I have found seem to link to external C libraries for their output. Is there really no intrinsic way to do this?
5
votes