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 882e5f4 commit 35214a4Copy full SHA for 35214a4
llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/OrcV2CBindingsBasicUsage.c
@@ -56,7 +56,7 @@ LLVMOrcThreadSafeModuleRef createDemoModule(void) {
56
57
// Create a new ThreadSafeContext to hold the context.
58
LLVMOrcThreadSafeContextRef TSCtx =
59
- LLVMOrcCreateNewThreadSafeContextFromLLVMContext(Ctx);
+ LLVMOrcCreateNewThreadSafeContextFromLLVMContext(Ctx);
60
61
// Our demo module is now complete. Wrap it and our ThreadSafeContext in a
62
// ThreadSafeModule.
0 commit comments