Skip to content

Commit 907734e

Browse files
committed
[ORC] Fix the prototype of a C API function.
1 parent fda127a commit 907734e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm-c/Orc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ LLVMErrorRef LLVMOrcCreateDynamicLibrarySearchGeneratorForPath(
10681068
*/
10691069
LLVMErrorRef LLVMOrcCreateStaticLibrarySearchGeneratorForPath(
10701070
LLVMOrcDefinitionGeneratorRef *Result, LLVMOrcObjectLayerRef ObjLayer,
1071-
const char *FileName, const char *TargetTriple);
1071+
const char *FileName);
10721072

10731073
/**
10741074
* Create a ThreadSafeContext containing a new LLVMContext.

0 commit comments

Comments
 (0)