From 34242ffc78d68f69cf2978bc88e985a5deb00ca9 Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Fri, 9 May 2025 14:57:56 +0200 Subject: [PATCH] [ORC] Fix the prototype of a C API function. --- llvm/include/llvm-c/Orc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm-c/Orc.h b/llvm/include/llvm-c/Orc.h index 8609a8a6d9e9d..743ba1d581782 100644 --- a/llvm/include/llvm-c/Orc.h +++ b/llvm/include/llvm-c/Orc.h @@ -1059,7 +1059,7 @@ LLVMErrorRef LLVMOrcCreateDynamicLibrarySearchGeneratorForPath( */ LLVMErrorRef LLVMOrcCreateStaticLibrarySearchGeneratorForPath( LLVMOrcDefinitionGeneratorRef *Result, LLVMOrcObjectLayerRef ObjLayer, - const char *FileName, const char *TargetTriple); + const char *FileName); /** * Create a ThreadSafeContext containing a new LLVMContext.