Skip to content

Commit 6fe5256

Browse files
committed
[ORC] Fix the prototype of a C API function.
1 parent 4f020e6 commit 6fe5256

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
@@ -1059,7 +1059,7 @@ LLVMErrorRef LLVMOrcCreateDynamicLibrarySearchGeneratorForPath(
10591059
*/
10601060
LLVMErrorRef LLVMOrcCreateStaticLibrarySearchGeneratorForPath(
10611061
LLVMOrcDefinitionGeneratorRef *Result, LLVMOrcObjectLayerRef ObjLayer,
1062-
const char *FileName, const char *TargetTriple);
1062+
const char *FileName);
10631063

10641064
/**
10651065
* Create a ThreadSafeContext containing a new LLVMContext.

0 commit comments

Comments
 (0)