diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2018-09-12 12:40:16 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-12 12:40:16 -0400 |
| commit | 0cfd019377c4e91924d8f57a4c7400a2d62f8751 (patch) | |
| tree | 9c62a0569648d505233743409fade82e0f36b172 /src/zig_llvm.h | |
| parent | 7bd8a2695b5fe0b1993003c0c6e02cb99de5ab33 (diff) | |
| parent | 3a49d115cf38154f0094d9615334529890059006 (diff) | |
| download | zig-0cfd019377c4e91924d8f57a4c7400a2d62f8751.tar.gz zig-0cfd019377c4e91924d8f57a4c7400a2d62f8751.zip | |
Merge pull request #1494 from ziglang/stage1-caching
stage1 caching
Diffstat (limited to 'src/zig_llvm.h')
| -rw-r--r-- | src/zig_llvm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/zig_llvm.h b/src/zig_llvm.h index 63d69bd23e..5cdc6cc041 100644 --- a/src/zig_llvm.h +++ b/src/zig_llvm.h @@ -55,7 +55,8 @@ enum ZigLLVM_EmitOutputType { }; ZIG_EXTERN_C bool ZigLLVMTargetMachineEmitToFile(LLVMTargetMachineRef targ_machine_ref, LLVMModuleRef module_ref, - const char *filename, enum ZigLLVM_EmitOutputType output_type, char **error_message, bool is_debug, bool is_small); + const char *filename, enum ZigLLVM_EmitOutputType output_type, char **error_message, bool is_debug, + bool is_small, bool time_report); ZIG_EXTERN_C LLVMTypeRef ZigLLVMTokenTypeInContext(LLVMContextRef context_ref); |
