Emit a call to the puts function. This assumes that Str is some pointer.
Declared in <llvm/Transforms/Utils/BuildLibCalls.h>
Value*
emitPutS(
Value* Str,
IRBuilderBase& B,
TargetLibraryInfo const* TLI);
LLVM Value Representation
| Name | Description |
|---|---|
| Str | LLVM Value Representation |
| B | Common base class shared among various IRBuilders. |
| TLI | Provides information about what library functions are available for the current target. |