authorgravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2019-11-06 18:58:17+02:00
committergravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2019-11-07 10:29:44+02:00
log8edf27343fbe82a530445df90e8053c6ad4c9f18
tree7d6bd0366bc48e3b8535ed77a11ae8babd4db679
parent4530adbd3314c28e2cfe831e7a20b154614e2c9c
signaturelock-open Commit is signed but in an unrecognized format.

self hosted compiler: fix zig_llvm.h function signature


1 files changed, 1 insertions(+), 1 deletions(-)

src/zig_llvm.h+1-1
......@@ -465,7 +465,7 @@ ZIG_EXTERN_C bool ZigLLDLink(enum ZigLLVM_ObjectFormatType oformat, const char *
465465ZIG_EXTERN_C bool ZigLLVMWriteArchive(const char *archive_name, const char **file_names, size_t file_name_count,
466466 enum ZigLLVM_OSType os_type);
467467
468bool ZigLLVMWriteImportLibrary(const char *def_path, const ZigLLVM_ArchType arch,
468bool ZigLLVMWriteImportLibrary(const char *def_path, const enum ZigLLVM_ArchType arch,
469469 const char *output_lib_path, const bool kill_at);
470470
471471ZIG_EXTERN_C void ZigLLVMGetNativeTarget(enum ZigLLVM_ArchType *arch_type, enum ZigLLVM_SubArchType *sub_arch_type,