diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2015-11-29 11:12:40 -0700 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2015-11-29 11:12:40 -0700 |
| commit | 855d51840dbb14888b4a727c495e01f96027985a (patch) | |
| tree | 03b7c52c0bf4c7ca455149261ed960577a7773e4 /src/zig_llvm.hpp | |
| parent | e5d1f0eea592e6efc4c4665eb473de95ef106e8a (diff) | |
| download | zig-855d51840dbb14888b4a727c495e01f96027985a.tar.gz zig-855d51840dbb14888b4a727c495e01f96027985a.zip | |
remove LLVMZigTargetMachineEmitToFile
The llvm C API provided function is adequate.
Diffstat (limited to 'src/zig_llvm.hpp')
| -rw-r--r-- | src/zig_llvm.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/zig_llvm.hpp b/src/zig_llvm.hpp index be1bf64d9a..e67be49625 100644 --- a/src/zig_llvm.hpp +++ b/src/zig_llvm.hpp @@ -21,9 +21,6 @@ void LLVMZigInitializeUnreachableBlockElimPass(LLVMPassRegistryRef R); char *LLVMZigGetHostCPUName(void); char *LLVMZigGetNativeFeatures(void); -LLVMBool LLVMZigTargetMachineEmitToFile(LLVMTargetMachineRef target_machine, LLVMModuleRef module, - const char* filename, LLVMCodeGenFileType codegen, char** error_msg); - void LLVMZigOptimizeModule(LLVMTargetMachineRef targ_machine_ref, LLVMModuleRef module_ref); LLVMValueRef LLVMZigBuildCall(LLVMBuilderRef B, LLVMValueRef Fn, LLVMValueRef *Args, |
