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 fda127a commit 907734eCopy full SHA for 907734e
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