Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ILCompiler.Compiler/src/Compiler/IRootingServiceProvider.cs')
-rw-r--r--src/ILCompiler.Compiler/src/Compiler/IRootingServiceProvider.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ILCompiler.Compiler/src/Compiler/IRootingServiceProvider.cs b/src/ILCompiler.Compiler/src/Compiler/IRootingServiceProvider.cs
index 0895464cc..1a462e9fc 100644
--- a/src/ILCompiler.Compiler/src/Compiler/IRootingServiceProvider.cs
+++ b/src/ILCompiler.Compiler/src/Compiler/IRootingServiceProvider.cs
@@ -18,5 +18,6 @@ namespace ILCompiler
void RootNonGCStaticBaseForType(TypeDesc type, string reason);
void RootVirtualMethodForReflection(MethodDesc method, string reason);
void RootModuleMetadata(ModuleDesc module, string reason);
+ void RootReadOnlyDataBlob(byte[] data, int alignment, string reason, string exportName);
}
}