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 1dcaa8d commit ee44f10Copy full SHA for ee44f10
llvm/include/llvm-c/Orc.h
@@ -1059,7 +1059,7 @@ LLVMErrorRef LLVMOrcCreateDynamicLibrarySearchGeneratorForPath(
1059
*/
1060
LLVMErrorRef LLVMOrcCreateStaticLibrarySearchGeneratorForPath(
1061
LLVMOrcDefinitionGeneratorRef *Result, LLVMOrcObjectLayerRef ObjLayer,
1062
- const char *FileName, const char *TargetTriple);
+ const char *FileName);
1063
1064
/**
1065
* Create a ThreadSafeContext containing a new LLVMContext.
0 commit comments