Skip to content

Commit 44b0969

Browse files
author
git apple-llvm automerger
committed
Merge commit '70a3a1b8e590' from llvm.org/main into next
2 parents 2e5e5a7 + 70a3a1b commit 44b0969

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)