| commit | b7ef2fe8ae489f0cedef496fb20c9d4a7ce61343 | [log] [tgz] |
|---|---|---|
| author | Hans Wennborg <hans@hanshq.net> | Wed May 09 16:54:17 2012 +0000 |
| committer | Hans Wennborg <hans@hanshq.net> | Wed May 09 16:54:17 2012 +0000 |
| tree | 5a4ee0eeb0f58b5afd1ba4d54c211489992538ac | |
| parent | 32df72db66e83b5c7d5270e899fb3ba78be9d67f [diff] |
Introduce llvm-c function LLVMPrintModuleToFile. This lets you save the textual representation of the LLVM IR to a file. Before this patch it could only be printed to STDERR from llvm-c. Patch by Carlo Kok! llvm-svn: 156479