We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0007e48 commit 70a99deCopy full SHA for 70a99de
llvm/include/llvm-c/Orc.h
@@ -1068,7 +1068,7 @@ LLVMErrorRef LLVMOrcCreateDynamicLibrarySearchGeneratorForPath(
1068
*/
1069
LLVMErrorRef LLVMOrcCreateStaticLibrarySearchGeneratorForPath(
1070
LLVMOrcDefinitionGeneratorRef *Result, LLVMOrcObjectLayerRef ObjLayer,
1071
- const char *FileName, const char *TargetTriple);
+ const char *FileName);
1072
1073
/**
1074
* Create a ThreadSafeContext containing a new LLVMContext.
0 commit comments