1
Fork 0

Add -C remark for LLVM optimization remarks

Fixes #17116.
This commit is contained in:
Keegan McAllister 2014-09-12 08:17:58 -07:00
parent 225353d8bb
commit ad9a1daa81
6 changed files with 297 additions and 13 deletions

View file

@ -71,6 +71,8 @@
void LLVMRustSetLastError(const char*);
typedef struct OpaqueRustString *RustStringRef;
typedef struct LLVMOpaqueTwine *LLVMTwineRef;
typedef struct LLVMOpaqueDebugLoc *LLVMDebugLocRef;
extern "C" void
rust_llvm_string_write_impl(RustStringRef str, const char *ptr, size_t size);