~ubuntu-branches/ubuntu/trusty/haskell-llvm-base/trusty-proposed

« back to all changes in this revision

Viewing changes to include/extra.h

  • Committer: Package Import Robot
  • Author(s): Joachim Breitner
  • Date: 2012-05-17 13:31:05 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120517133105-x5tzl44i5ralom3g
Tags: 3.0.1.0-1
* New upstream release (Closes: #665010)
  + Drop patch, applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
 *    indicated in the comments. Where it is not indicated, DO NOT call dispose.
47
47
 */
48
48
 
 
49
 
 
50
/* Wraps the LLVMInitializeTarget macro from Target.h */
 
51
unsigned LLVMInitNativeTarget(void);
 
52
 
 
53
 
49
54
/* Wraps llvm::Module::print(). Dispose the returned string after use, via
50
55
 * LLVMDisposeMessage(). */
51
56
char *LLVMDumpModuleToString(LLVMModuleRef module);