From 81caf1d3b7043d575aeaa60a5aabbc4a51918d36 Mon Sep 17 00:00:00 2001 From: Steven Maillet Date: Wed, 19 Nov 2025 09:42:53 -0800 Subject: [PATCH] Updated dependencies. * Updated dependencies to final release versions * CppSharp is ***NOT*** updated as it does NOT follow rules of SemVer and the latest build contains BREAKING changes in that it requires .NET 9. But this project is targeting LTS with .NET 8 * Re-generated handles to ensure they are current. * Doc comment spelling corrections --- Directory.Packages.props | 17 +++++++++++++---- IgnoredWords.dic | 11 ++++++++++- .../articles/InternalDetails/llvm-handles.md | 6 +++--- .../LlvmBindingsGenerator/CmdLineArgs.g.cs | 4 ++-- .../LlvmBindingsGenerator.csproj | 2 +- .../ABI/StringMarshaling/LLVMErrorRef.cs | 2 +- .../ABI/libllvm-c/AttributeBindings.cs | 2 +- .../ArchitectureExtensions.cs | 2 +- .../ContextHandleExtensions.cs | 2 +- .../Generated/Handles/LLVMAttributeRef.g.cs | 4 ++-- .../Generated/Handles/LLVMBasicBlockRef.g.cs | 4 ++-- .../Generated/Handles/LLVMBinaryRef.g.cs | 4 ++-- .../Generated/Handles/LLVMBuilderRef.g.cs | 4 ++-- .../Generated/Handles/LLVMComdatRef.g.cs | 4 ++-- .../Generated/Handles/LLVMContextRef.g.cs | 4 ++-- .../Generated/Handles/LLVMContextRefAlias.g.cs | 4 ++-- .../Generated/Handles/LLVMDIBuilderRef.g.cs | 4 ++-- .../Generated/Handles/LLVMDbgRecordRef.g.cs | 4 ++-- .../Handles/LLVMDiagnosticInfoRef.g.cs | 4 ++-- .../Generated/Handles/LLVMDisasmContextRef.g.cs | 4 ++-- .../Generated/Handles/LLVMErrorTypeId.g.cs | 4 ++-- .../Handles/LLVMExecutionEngineRef.g.cs | 4 ++-- .../Generated/Handles/LLVMGenericValueRef.g.cs | 4 ++-- .../Handles/LLVMJITEventListenerRef.g.cs | 4 ++-- .../Handles/LLVMMCJITMemoryManagerRef.g.cs | 4 ++-- .../Generated/Handles/LLVMMemoryBufferRef.g.cs | 4 ++-- .../Generated/Handles/LLVMMetadataRef.g.cs | 4 ++-- .../Generated/Handles/LLVMModuleFlagEntry.g.cs | 4 ++-- .../Handles/LLVMModuleProviderRef.g.cs | 4 ++-- .../Generated/Handles/LLVMModuleRef.g.cs | 4 ++-- .../Generated/Handles/LLVMModuleRefAlias.g.cs | 4 ++-- .../Generated/Handles/LLVMNamedMDNodeRef.g.cs | 4 ++-- .../Generated/Handles/LLVMObjectFileRef.g.cs | 4 ++-- .../Generated/Handles/LLVMOperandBundleRef.g.cs | 4 ++-- .../Handles/LLVMOrcDefinitionGeneratorRef.g.cs | 4 ++-- .../Handles/LLVMOrcDumpObjectsRef.g.cs | 4 ++-- .../Handles/LLVMOrcExecutionSessionRef.g.cs | 4 ++-- .../Handles/LLVMOrcIRTransformLayerRef.g.cs | 4 ++-- .../Handles/LLVMOrcIndirectStubsManagerRef.g.cs | 4 ++-- .../Generated/Handles/LLVMOrcJITDylibRef.g.cs | 4 ++-- .../LLVMOrcJITTargetMachineBuilderRef.g.cs | 4 ++-- .../Handles/LLVMOrcLLJITBuilderRef.g.cs | 4 ++-- .../Generated/Handles/LLVMOrcLLJITRef.g.cs | 4 ++-- .../LLVMOrcLazyCallThroughManagerRef.g.cs | 4 ++-- .../Handles/LLVMOrcLookupStateRef.g.cs | 4 ++-- ...LLVMOrcMaterializationResponsibilityRef.g.cs | 4 ++-- .../Handles/LLVMOrcMaterializationUnitRef.g.cs | 4 ++-- .../Handles/LLVMOrcObjectLayerRef.g.cs | 4 ++-- .../Handles/LLVMOrcObjectLayerRefAlias.g.cs | 4 ++-- .../Handles/LLVMOrcObjectLinkingLayerRef.g.cs | 4 ++-- .../Handles/LLVMOrcObjectTransformLayerRef.g.cs | 4 ++-- .../Handles/LLVMOrcResourceTrackerRef.g.cs | 4 ++-- .../LLVMOrcSymbolStringPoolEntryRef.g.cs | 4 ++-- .../LLVMOrcSymbolStringPoolEntryRefAlias.g.cs | 4 ++-- .../Handles/LLVMOrcSymbolStringPoolRef.g.cs | 4 ++-- .../Handles/LLVMOrcThreadSafeContextRef.g.cs | 4 ++-- .../Handles/LLVMOrcThreadSafeModuleRef.g.cs | 4 ++-- .../Handles/LLVMPassBuilderOptionsRef.g.cs | 4 ++-- .../Generated/Handles/LLVMPassManagerRef.g.cs | 4 ++-- .../Handles/LLVMRelocationIteratorRef.g.cs | 4 ++-- .../Handles/LLVMSectionIteratorRef.g.cs | 4 ++-- .../Handles/LLVMSymbolIteratorRef.g.cs | 4 ++-- .../Generated/Handles/LLVMTargetDataRef.g.cs | 4 ++-- .../Handles/LLVMTargetDataRefAlias.g.cs | 4 ++-- .../Handles/LLVMTargetLibraryInfoRef.g.cs | 4 ++-- .../Handles/LLVMTargetMachineOptionsRef.g.cs | 4 ++-- .../Generated/Handles/LLVMTargetMachineRef.g.cs | 4 ++-- .../Handles/LLVMTargetMachineRefAlias.g.cs | 4 ++-- .../Generated/Handles/LLVMTargetRef.g.cs | 4 ++-- .../Generated/Handles/LLVMTypeRef.g.cs | 4 ++-- .../Generated/Handles/LLVMUseRef.g.cs | 4 ++-- .../Handles/LLVMValueMetadataEntry.g.cs | 4 ++-- .../Generated/Handles/LLVMValueRef.g.cs | 4 ++-- .../Handles/LibLLVMComdatIteratorRef.g.cs | 4 ++-- .../Generated/Handles/LibLLVMMDOperandRef.g.cs | 4 ++-- .../Generated/Handles/LibLLVMTripleRef.g.cs | 4 ++-- .../LLVMValueRefExtensions.cs | 2 +- .../SymbolStringPoolEntryRefExtension.cs | 2 +- .../SymbolStringPoolExtension.cs | 2 +- .../Ubiquity.NET.Llvm.Interop.csproj | 7 +++++-- src/Samples/CodeGenWithDebugInfo/Program.cs | 2 +- src/Samples/Kaleidoscope/IgnoredWords.dic | 1 + src/Ubiquity.NET.Llvm/DebugInfo/IDIBuilder.cs | 2 +- src/Ubiquity.NET.Llvm/IContext.cs | 6 +++--- src/Ubiquity.NET.Llvm/IModule.cs | 2 +- .../Instructions/InstructionBuilder.cs | 2 +- .../Instructions/InstructionExtensions.cs | 2 +- .../OrcJITv2/GlobalMemoryAllocatorBase.cs | 4 ++-- .../OrcJITv2/IJitMemoryAllocator.cs | 8 ++++---- .../OrcJITv2/IMaterializerCallbacks.cs | 2 +- .../OrcJITv2/IrTransformLayer.cs | 2 +- .../OrcJITv2/MaterializationUnit.cs | 4 ++-- .../OrcJITv2/MemoryAllocatorNativeCallbacks.cs | 8 ++++---- src/Ubiquity.NET.Llvm/OrcJITv2/ObjectLayer.cs | 2 +- .../OrcJITv2/SimpleJitMemoryAllocatorBase.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 10 ---------- src/Ubiquity.NET.Llvm/Types/IPointerType.cs | 2 +- 97 files changed, 202 insertions(+), 190 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index e8a728cc8..e8bf727f5 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -23,22 +23,26 @@ + + - + + - - - diff --git a/IgnoredWords.dic b/IgnoredWords.dic index bb182622d..3d30f5ad0 100644 --- a/IgnoredWords.dic +++ b/IgnoredWords.dic @@ -34,6 +34,7 @@ buildtransitive builtinop byref byval +cacheable callee canonicalization castable @@ -66,6 +67,7 @@ enum Enums env exe +façade facepalm fallback finalizer @@ -79,17 +81,19 @@ gh github gitignore Globalization +Globals Hashtable Identifier ifunc Impl initializer +initializers inline inlined inlining Interop ints -Invokable +invocable jit len Lexer @@ -102,6 +106,7 @@ llvmversion lookups LValue malloc +marshalers marshallers marshalling materializer @@ -119,10 +124,12 @@ namespaces nav nint noinline +noogies nounwind nuint nullability Nullable +nullptr numerics Nvidia online @@ -184,6 +191,8 @@ unmarshal unoptimized unreferenced Unshipped +untrusted +untyped userdefinedop Users usings diff --git a/docfx/llvm/articles/InternalDetails/llvm-handles.md b/docfx/llvm/articles/InternalDetails/llvm-handles.md index eb17cd601..79f271b52 100644 --- a/docfx/llvm/articles/InternalDetails/llvm-handles.md +++ b/docfx/llvm/articles/InternalDetails/llvm-handles.md @@ -30,9 +30,9 @@ forms: >[!NOTE] > The generated sources are not useful outside of the `Ubiquity.NET.Llvm.Interop` as they > use classes within that as a base class. These are generated manually via the -> `Generate-HandleWrappers.ps1` script. With the sources checked in to the repository. This -> is done once for any updates to the LibLLVM package to ensure the handles are kept up to -> date with the underlying native library. +> `Generate-HandleWrappers.ps1` script with the sources checked in to the repository. This +> is done once for any updates to the `Ubiquity.NET.LibLLVM` package to ensure the handles +> are kept up to date with the underlying native library. ### Contextual handles and Aliases These handles are never manually released or disposed, though releasing their containers diff --git a/src/Interop/LlvmBindingsGenerator/CmdLineArgs.g.cs b/src/Interop/LlvmBindingsGenerator/CmdLineArgs.g.cs index 06f75ccca..ccc76525e 100644 --- a/src/Interop/LlvmBindingsGenerator/CmdLineArgs.g.cs +++ b/src/Interop/LlvmBindingsGenerator/CmdLineArgs.g.cs @@ -69,7 +69,7 @@ internal static readonly Option LlvmRoot = new Option("-l") { Required = true, - Description = "Root of source with the LLVM headers to parse (Assumes and validates a subfolder 'include')", + Description = "Root of source with the LLVM headers to parse (Assumes and validates a sub-folder 'include')", }.AcceptExistingFolderOnly() .AddValidator(CmdLineArgs.ValidateIncludeFolder); @@ -77,7 +77,7 @@ internal static readonly Option ExtensionsRoot = new Option("-e") { Required = true, - Description = "Root of source with the LibLLVM extension headers to parse (Assumes and validates a subfolder 'include')", + Description = "Root of source with the LibLLVM extension headers to parse (Assumes and validates a sub-folder 'include')", }.AcceptExistingFolderOnly() .AddValidator(CmdLineArgs.ValidateIncludeFolder); diff --git a/src/Interop/LlvmBindingsGenerator/LlvmBindingsGenerator.csproj b/src/Interop/LlvmBindingsGenerator/LlvmBindingsGenerator.csproj index 947468a2d..d8dd09391 100644 --- a/src/Interop/LlvmBindingsGenerator/LlvmBindingsGenerator.csproj +++ b/src/Interop/LlvmBindingsGenerator/LlvmBindingsGenerator.csproj @@ -23,7 +23,7 @@ NOTE: This isn't directly used by this project. However, it allows for scripts to restore this project, which guarantees the package is available, so that running it can use the contained headers as input. --> - + diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/ABI/StringMarshaling/LLVMErrorRef.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/ABI/StringMarshaling/LLVMErrorRef.cs index 66a22c84a..2228058e8 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/ABI/StringMarshaling/LLVMErrorRef.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/ABI/StringMarshaling/LLVMErrorRef.cs @@ -151,7 +151,7 @@ public static nint CreateForNativeOut( LazyEncodedString errMsg ) } /// Create a new as from - /// Exceotion to get the error message from + /// Exception to get the error message from /// public static nint CreateForNativeOut( Exception ex) { diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/ABI/libllvm-c/AttributeBindings.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/ABI/libllvm-c/AttributeBindings.cs index 4cb4be68d..91793b8d6 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/ABI/libllvm-c/AttributeBindings.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/ABI/libllvm-c/AttributeBindings.cs @@ -49,7 +49,7 @@ public static partial class AttributeBindings [UnmanagedCallConv( CallConvs = [ typeof( CallConvCdecl ) ] )] public static unsafe partial nuint LibLLVMGetNumKnownAttribs( ); - // Fills in an array of const string pointers. No deallocation is needed for each as + // Fills in an array of const string pointers. No de-allocation is needed for each as // they are global static constants. [LibraryImport( LibraryName )] diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/ArchitectureExtensions.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/ArchitectureExtensions.cs index aff551f81..e80efa359 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/ArchitectureExtensions.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/ArchitectureExtensions.cs @@ -5,7 +5,7 @@ namespace Ubiquity.NET.Llvm.Interop { // This does NOT use the new C# 14 extension syntax due to several reasons // 1) Code lens does not work https://github.com/dotnet/roslyn/issues/79006 [Sadly, marked as "not planned" - e.g., dead-end] - // 2) MANY analyzers get things wrong and need to be supressed (CA1000, CA1034, and many others [SAxxxx]) + // 2) MANY analyzers get things wrong and need to be suppressed (CA1000, CA1034, and many others [SAxxxx]) // 3) Many tools (like docfx) don't support the new syntax yet and it isn't clear if they will in the future. // 4) No clear support for Caller* attributes ([CallerArgumentExpression(...)]). // diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/ContextHandleExtensions.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/ContextHandleExtensions.cs index 919c250af..e6d668d9f 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/ContextHandleExtensions.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/ContextHandleExtensions.cs @@ -5,7 +5,7 @@ namespace Ubiquity.NET.Llvm.Interop { // This does NOT use the new C# 14 extension syntax due to several reasons // 1) Code lens does not work https://github.com/dotnet/roslyn/issues/79006 [Sadly, marked as "not planned" - e.g., dead-end] - // 2) MANY analyzers get things wrong and need to be supressed (CA1000, CA1034, and many others [SAxxxx]) + // 2) MANY analyzers get things wrong and need to be suppressed (CA1000, CA1034, and many others [SAxxxx]) // 3) Many tools (like docfx) don't support the new syntax yet and it isn't clear if they will in the future. // 4) No clear support for Caller* attributes ([CallerArgumentExpression(...)]). // diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMAttributeRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMAttributeRef.g.cs index 559a3127d..222d7a41a 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMAttributeRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMAttributeRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -31,7 +31,7 @@ namespace Ubiquity.NET.Llvm.Interop /// behavior, including, and most likely, memory access violations. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMAttributeRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMBasicBlockRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMBasicBlockRef.g.cs index b267029e1..14bcdcbfa 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMBasicBlockRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMBasicBlockRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -31,7 +31,7 @@ namespace Ubiquity.NET.Llvm.Interop /// behavior, including, and most likely, memory access violations. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMBasicBlockRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMBinaryRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMBinaryRef.g.cs index 18ca19b3f..87665cfc2 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMBinaryRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMBinaryRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMBinaryRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMBuilderRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMBuilderRef.g.cs index 97c58b631..c4f8badd2 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMBuilderRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMBuilderRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMBuilderRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMComdatRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMComdatRef.g.cs index c4d1c55a2..4319c9481 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMComdatRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMComdatRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -31,7 +31,7 @@ namespace Ubiquity.NET.Llvm.Interop /// behavior, including, and most likely, memory access violations. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMComdatRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMContextRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMContextRef.g.cs index 53d655c19..30b2a1705 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMContextRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMContextRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMContextRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMContextRefAlias.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMContextRefAlias.g.cs index 371d068c1..160a2de88 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMContextRefAlias.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMContextRefAlias.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -31,7 +31,7 @@ namespace Ubiquity.NET.Llvm.Interop /// behavior, including, and most likely, memory access violations. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMContextRefAlias : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMDIBuilderRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMDIBuilderRef.g.cs index fa94238fb..9ed6deca9 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMDIBuilderRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMDIBuilderRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMDIBuilderRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMDbgRecordRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMDbgRecordRef.g.cs index a5dfca42a..126714747 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMDbgRecordRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMDbgRecordRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -31,7 +31,7 @@ namespace Ubiquity.NET.Llvm.Interop /// behavior, including, and most likely, memory access violations. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMDbgRecordRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMDiagnosticInfoRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMDiagnosticInfoRef.g.cs index 3c8021516..514b0ddbb 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMDiagnosticInfoRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMDiagnosticInfoRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -31,7 +31,7 @@ namespace Ubiquity.NET.Llvm.Interop /// behavior, including, and most likely, memory access violations. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMDiagnosticInfoRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMDisasmContextRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMDisasmContextRef.g.cs index a1ac38024..62debfbaa 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMDisasmContextRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMDisasmContextRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMDisasmContextRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMErrorTypeId.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMErrorTypeId.g.cs index 20732622b..d38acc50c 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMErrorTypeId.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMErrorTypeId.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -31,7 +31,7 @@ namespace Ubiquity.NET.Llvm.Interop /// behavior, including, and most likely, memory access violations. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMErrorTypeId : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMExecutionEngineRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMExecutionEngineRef.g.cs index 7ef2ae25c..7102e0503 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMExecutionEngineRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMExecutionEngineRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMExecutionEngineRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMGenericValueRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMGenericValueRef.g.cs index 23607110b..03063db80 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMGenericValueRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMGenericValueRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMGenericValueRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMJITEventListenerRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMJITEventListenerRef.g.cs index 276d636d1..9174e3345 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMJITEventListenerRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMJITEventListenerRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -31,7 +31,7 @@ namespace Ubiquity.NET.Llvm.Interop /// behavior, including, and most likely, memory access violations. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMJITEventListenerRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMMCJITMemoryManagerRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMMCJITMemoryManagerRef.g.cs index 7d8f7a1bb..060cfe175 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMMCJITMemoryManagerRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMMCJITMemoryManagerRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMMCJITMemoryManagerRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMMemoryBufferRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMMemoryBufferRef.g.cs index e050d4323..4ba07dd4b 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMMemoryBufferRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMMemoryBufferRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMMemoryBufferRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMMetadataRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMMetadataRef.g.cs index f019eb799..abe0a0077 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMMetadataRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMMetadataRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -31,7 +31,7 @@ namespace Ubiquity.NET.Llvm.Interop /// behavior, including, and most likely, memory access violations. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMMetadataRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMModuleFlagEntry.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMModuleFlagEntry.g.cs index a96f8938f..8f265fd3f 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMModuleFlagEntry.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMModuleFlagEntry.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMModuleFlagEntry : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMModuleProviderRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMModuleProviderRef.g.cs index 48d485141..8a1bf5f9f 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMModuleProviderRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMModuleProviderRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMModuleProviderRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMModuleRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMModuleRef.g.cs index c666f9ac1..4ba3cb698 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMModuleRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMModuleRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMModuleRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMModuleRefAlias.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMModuleRefAlias.g.cs index 298159ac3..38cdb0581 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMModuleRefAlias.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMModuleRefAlias.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -31,7 +31,7 @@ namespace Ubiquity.NET.Llvm.Interop /// behavior, including, and most likely, memory access violations. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMModuleRefAlias : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMNamedMDNodeRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMNamedMDNodeRef.g.cs index 732f1f4a4..a6f96220a 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMNamedMDNodeRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMNamedMDNodeRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -31,7 +31,7 @@ namespace Ubiquity.NET.Llvm.Interop /// behavior, including, and most likely, memory access violations. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMNamedMDNodeRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMObjectFileRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMObjectFileRef.g.cs index f4a1e027a..ff4446cfe 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMObjectFileRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMObjectFileRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMObjectFileRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOperandBundleRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOperandBundleRef.g.cs index 2513612f6..98ed0e6cf 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOperandBundleRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOperandBundleRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMOperandBundleRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcDefinitionGeneratorRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcDefinitionGeneratorRef.g.cs index ca93f3cb3..56d4284fd 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcDefinitionGeneratorRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcDefinitionGeneratorRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMOrcDefinitionGeneratorRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcDumpObjectsRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcDumpObjectsRef.g.cs index 3363bb3b1..f046e078c 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcDumpObjectsRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcDumpObjectsRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMOrcDumpObjectsRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcExecutionSessionRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcExecutionSessionRef.g.cs index ecaba6e8b..d16f8507d 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcExecutionSessionRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcExecutionSessionRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -31,7 +31,7 @@ namespace Ubiquity.NET.Llvm.Interop /// behavior, including, and most likely, memory access violations. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMOrcExecutionSessionRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcIRTransformLayerRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcIRTransformLayerRef.g.cs index 0c053dad3..f16181189 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcIRTransformLayerRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcIRTransformLayerRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -31,7 +31,7 @@ namespace Ubiquity.NET.Llvm.Interop /// behavior, including, and most likely, memory access violations. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMOrcIRTransformLayerRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcIndirectStubsManagerRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcIndirectStubsManagerRef.g.cs index be721e578..36e82277d 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcIndirectStubsManagerRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcIndirectStubsManagerRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMOrcIndirectStubsManagerRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcJITDylibRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcJITDylibRef.g.cs index 4268705b2..269255ee5 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcJITDylibRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcJITDylibRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -31,7 +31,7 @@ namespace Ubiquity.NET.Llvm.Interop /// behavior, including, and most likely, memory access violations. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMOrcJITDylibRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcJITTargetMachineBuilderRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcJITTargetMachineBuilderRef.g.cs index 24f106fd2..54bfc549c 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcJITTargetMachineBuilderRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcJITTargetMachineBuilderRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMOrcJITTargetMachineBuilderRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcLLJITBuilderRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcLLJITBuilderRef.g.cs index 26d954cc5..87e772896 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcLLJITBuilderRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcLLJITBuilderRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMOrcLLJITBuilderRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcLLJITRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcLLJITRef.g.cs index d28467053..f5d6e770d 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcLLJITRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcLLJITRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMOrcLLJITRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcLazyCallThroughManagerRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcLazyCallThroughManagerRef.g.cs index 12aab990a..4b2b1c72f 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcLazyCallThroughManagerRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcLazyCallThroughManagerRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMOrcLazyCallThroughManagerRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcLookupStateRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcLookupStateRef.g.cs index 9644ed948..ee905b5fe 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcLookupStateRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcLookupStateRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -31,7 +31,7 @@ namespace Ubiquity.NET.Llvm.Interop /// behavior, including, and most likely, memory access violations. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMOrcLookupStateRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcMaterializationResponsibilityRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcMaterializationResponsibilityRef.g.cs index 169c8cb26..5d6ddab39 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcMaterializationResponsibilityRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcMaterializationResponsibilityRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMOrcMaterializationResponsibilityRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcMaterializationUnitRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcMaterializationUnitRef.g.cs index f8c57aa83..0dfcfa3ed 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcMaterializationUnitRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcMaterializationUnitRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMOrcMaterializationUnitRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcObjectLayerRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcObjectLayerRef.g.cs index be06e0377..380d221ac 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcObjectLayerRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcObjectLayerRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMOrcObjectLayerRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcObjectLayerRefAlias.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcObjectLayerRefAlias.g.cs index f5fcb9895..15a47e5fb 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcObjectLayerRefAlias.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcObjectLayerRefAlias.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -31,7 +31,7 @@ namespace Ubiquity.NET.Llvm.Interop /// behavior, including, and most likely, memory access violations. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMOrcObjectLayerRefAlias : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcObjectLinkingLayerRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcObjectLinkingLayerRef.g.cs index c0b25f0f6..095274458 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcObjectLinkingLayerRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcObjectLinkingLayerRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -31,7 +31,7 @@ namespace Ubiquity.NET.Llvm.Interop /// behavior, including, and most likely, memory access violations. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMOrcObjectLinkingLayerRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcObjectTransformLayerRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcObjectTransformLayerRef.g.cs index a274342d0..d3d815f02 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcObjectTransformLayerRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcObjectTransformLayerRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -31,7 +31,7 @@ namespace Ubiquity.NET.Llvm.Interop /// behavior, including, and most likely, memory access violations. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMOrcObjectTransformLayerRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcResourceTrackerRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcResourceTrackerRef.g.cs index ab25b4918..57c67e952 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcResourceTrackerRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcResourceTrackerRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMOrcResourceTrackerRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcSymbolStringPoolEntryRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcSymbolStringPoolEntryRef.g.cs index dcee15bf6..5e7009b6d 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcSymbolStringPoolEntryRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcSymbolStringPoolEntryRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMOrcSymbolStringPoolEntryRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcSymbolStringPoolEntryRefAlias.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcSymbolStringPoolEntryRefAlias.g.cs index ec449bf5c..f2719c27a 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcSymbolStringPoolEntryRefAlias.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcSymbolStringPoolEntryRefAlias.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -31,7 +31,7 @@ namespace Ubiquity.NET.Llvm.Interop /// behavior, including, and most likely, memory access violations. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMOrcSymbolStringPoolEntryRefAlias : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcSymbolStringPoolRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcSymbolStringPoolRef.g.cs index e46ca8e03..b5c9ab95b 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcSymbolStringPoolRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcSymbolStringPoolRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -31,7 +31,7 @@ namespace Ubiquity.NET.Llvm.Interop /// behavior, including, and most likely, memory access violations. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMOrcSymbolStringPoolRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcThreadSafeContextRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcThreadSafeContextRef.g.cs index 237e2a390..4ac5ee831 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcThreadSafeContextRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcThreadSafeContextRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMOrcThreadSafeContextRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcThreadSafeModuleRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcThreadSafeModuleRef.g.cs index 7ac120f57..f1ccb7d8e 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcThreadSafeModuleRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMOrcThreadSafeModuleRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMOrcThreadSafeModuleRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMPassBuilderOptionsRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMPassBuilderOptionsRef.g.cs index 67544c856..1bcdd4f96 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMPassBuilderOptionsRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMPassBuilderOptionsRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMPassBuilderOptionsRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMPassManagerRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMPassManagerRef.g.cs index ed1177427..7d0bd0830 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMPassManagerRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMPassManagerRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMPassManagerRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMRelocationIteratorRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMRelocationIteratorRef.g.cs index 92ab8555e..b83bfa71c 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMRelocationIteratorRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMRelocationIteratorRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMRelocationIteratorRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMSectionIteratorRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMSectionIteratorRef.g.cs index 40004e43c..2e24cc0e0 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMSectionIteratorRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMSectionIteratorRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMSectionIteratorRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMSymbolIteratorRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMSymbolIteratorRef.g.cs index 3181c7eab..91f4d148c 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMSymbolIteratorRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMSymbolIteratorRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMSymbolIteratorRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMTargetDataRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMTargetDataRef.g.cs index a2eae2feb..866bb8013 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMTargetDataRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMTargetDataRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMTargetDataRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMTargetDataRefAlias.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMTargetDataRefAlias.g.cs index 06b0af32b..cda8cbf28 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMTargetDataRefAlias.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMTargetDataRefAlias.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -31,7 +31,7 @@ namespace Ubiquity.NET.Llvm.Interop /// behavior, including, and most likely, memory access violations. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMTargetDataRefAlias : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMTargetLibraryInfoRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMTargetLibraryInfoRef.g.cs index e42410946..cfb39cb32 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMTargetLibraryInfoRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMTargetLibraryInfoRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -31,7 +31,7 @@ namespace Ubiquity.NET.Llvm.Interop /// behavior, including, and most likely, memory access violations. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMTargetLibraryInfoRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMTargetMachineOptionsRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMTargetMachineOptionsRef.g.cs index 4b5ee8c12..4efc6d366 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMTargetMachineOptionsRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMTargetMachineOptionsRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMTargetMachineOptionsRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMTargetMachineRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMTargetMachineRef.g.cs index 9e1a2d02c..8a572682b 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMTargetMachineRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMTargetMachineRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMTargetMachineRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMTargetMachineRefAlias.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMTargetMachineRefAlias.g.cs index 3495b1ed7..5d322ffa1 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMTargetMachineRefAlias.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMTargetMachineRefAlias.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -31,7 +31,7 @@ namespace Ubiquity.NET.Llvm.Interop /// behavior, including, and most likely, memory access violations. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMTargetMachineRefAlias : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMTargetRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMTargetRef.g.cs index 96dc78568..a2976cd55 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMTargetRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMTargetRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -31,7 +31,7 @@ namespace Ubiquity.NET.Llvm.Interop /// behavior, including, and most likely, memory access violations. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMTargetRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMTypeRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMTypeRef.g.cs index cd77d7668..73ed0e481 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMTypeRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMTypeRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -31,7 +31,7 @@ namespace Ubiquity.NET.Llvm.Interop /// behavior, including, and most likely, memory access violations. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMTypeRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMUseRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMUseRef.g.cs index 995ab9582..0117a418f 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMUseRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMUseRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -31,7 +31,7 @@ namespace Ubiquity.NET.Llvm.Interop /// behavior, including, and most likely, memory access violations. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMUseRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMValueMetadataEntry.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMValueMetadataEntry.g.cs index b0aa18f6a..430f246ba 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMValueMetadataEntry.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMValueMetadataEntry.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMValueMetadataEntry : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMValueRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMValueRef.g.cs index cb4e4c28f..a2a0c890c 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMValueRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LLVMValueRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -31,7 +31,7 @@ namespace Ubiquity.NET.Llvm.Interop /// behavior, including, and most likely, memory access violations. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LLVMValueRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LibLLVMComdatIteratorRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LibLLVMComdatIteratorRef.g.cs index d8c32541a..0b603f7a5 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LibLLVMComdatIteratorRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LibLLVMComdatIteratorRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LibLLVMComdatIteratorRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LibLLVMMDOperandRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LibLLVMMDOperandRef.g.cs index 3f7de283c..7bf16946c 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LibLLVMMDOperandRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LibLLVMMDOperandRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -31,7 +31,7 @@ namespace Ubiquity.NET.Llvm.Interop /// behavior, including, and most likely, memory access violations. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LibLLVMMDOperandRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LibLLVMTripleRef.g.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LibLLVMTripleRef.g.cs index 1ce86b0d1..bdd97ddde 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LibLLVMTripleRef.g.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Generated/Handles/LibLLVMTripleRef.g.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------ // // This code was generated by a tool. [LlvmBindingsGenerator] -// Tool Version: 20.1.9-epsilon.0.0.ci.618434732.ZZZ +// Tool Version: 20.1.9-rc.1.0.ci.619607372.ZZZ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -35,7 +35,7 @@ namespace Ubiquity.NET.Llvm.Interop /// correct usage. /// /// - [GeneratedCode("LlvmBindingsGenerator","20.1.9-epsilon.0.0.ci.618434732.ZZZ")] + [GeneratedCode("LlvmBindingsGenerator","20.1.9-rc.1.0.ci.619607372.ZZZ")] [NativeMarshalling(typeof(WrappedHandleMarshaller))] public readonly record struct LibLLVMTripleRef : IWrappedHandle diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/LLVMValueRefExtensions.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/LLVMValueRefExtensions.cs index b1bd5ed4d..933ad4962 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/LLVMValueRefExtensions.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/LLVMValueRefExtensions.cs @@ -5,7 +5,7 @@ namespace Ubiquity.NET.Llvm.Interop { // This does NOT use the new C# 14 extension syntax due to several reasons // 1) Code lens does not work https://github.com/dotnet/roslyn/issues/79006 [Sadly, marked as "not planned" - e.g., dead-end] - // 2) MANY analyzers get things wrong and need to be supressed (CA1000, CA1034, and many others [SAxxxx]) + // 2) MANY analyzers get things wrong and need to be suppressed (CA1000, CA1034, and many others [SAxxxx]) // 3) Many tools (like docfx) don't support the new syntax yet and it isn't clear if they will in the future. // 4) No clear support for Caller* attributes ([CallerArgumentExpression(...)]). // diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/SymbolStringPoolEntryRefExtension.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/SymbolStringPoolEntryRefExtension.cs index 50f3d878f..4a60335ee 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/SymbolStringPoolEntryRefExtension.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/SymbolStringPoolEntryRefExtension.cs @@ -5,7 +5,7 @@ namespace Ubiquity.NET.Llvm.Interop { // This does NOT use the new C# 14 extension syntax due to several reasons // 1) Code lens does not work https://github.com/dotnet/roslyn/issues/79006 [Sadly, marked as "not planned" - e.g., dead-end] - // 2) MANY analyzers get things wrong and need to be supressed (CA1000, CA1034, and many others [SAxxxx]) + // 2) MANY analyzers get things wrong and need to be suppressed (CA1000, CA1034, and many others [SAxxxx]) // 3) Many tools (like docfx) don't support the new syntax yet and it isn't clear if they will in the future. // 4) No clear support for Caller* attributes ([CallerArgumentExpression(...)]). // diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/SymbolStringPoolExtension.cs b/src/Interop/Ubiquity.NET.Llvm.Interop/SymbolStringPoolExtension.cs index 24b6f5944..1e988a48a 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/SymbolStringPoolExtension.cs +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/SymbolStringPoolExtension.cs @@ -5,7 +5,7 @@ namespace Ubiquity.NET.Llvm.Interop { // This does NOT use the new C# 14 extension syntax due to several reasons // 1) Code lens does not work https://github.com/dotnet/roslyn/issues/79006 [Sadly, marked as "not planned" - e.g., dead-end] - // 2) MANY analyzers get things wrong and need to be supressed (CA1000, CA1034, and many others [SAxxxx]) + // 2) MANY analyzers get things wrong and need to be suppressed (CA1000, CA1034, and many others [SAxxxx]) // 3) Many tools (like docfx) don't support the new syntax yet and it isn't clear if they will in the future. // 4) No clear support for Caller* attributes ([CallerArgumentExpression(...)]). // diff --git a/src/Interop/Ubiquity.NET.Llvm.Interop/Ubiquity.NET.Llvm.Interop.csproj b/src/Interop/Ubiquity.NET.Llvm.Interop/Ubiquity.NET.Llvm.Interop.csproj index 8ed89caec..e5de76a5c 100644 --- a/src/Interop/Ubiquity.NET.Llvm.Interop/Ubiquity.NET.Llvm.Interop.csproj +++ b/src/Interop/Ubiquity.NET.Llvm.Interop/Ubiquity.NET.Llvm.Interop.csproj @@ -77,8 +77,11 @@ - - + + diff --git a/src/Samples/CodeGenWithDebugInfo/Program.cs b/src/Samples/CodeGenWithDebugInfo/Program.cs index b9caa0289..6df1d64bf 100644 --- a/src/Samples/CodeGenWithDebugInfo/Program.cs +++ b/src/Samples/CodeGenWithDebugInfo/Program.cs @@ -340,7 +340,7 @@ private static void CreateCopyFunctionBody( DIBuilder diBuilder if(!hasParam0ByVal) { // since the function's LLVM signature uses a pointer, which is copied locally - // inform the debugger to treat it as the value by dereferencing the pointer + // inform the debugger to treat it as the value by de-referencing the pointer diBuilder.InsertDeclare( copyFunc.Parameters[ 0 ] , paramSrc , diBuilder.CreateExpression( ExpressionOp.Deref ) diff --git a/src/Samples/Kaleidoscope/IgnoredWords.dic b/src/Samples/Kaleidoscope/IgnoredWords.dic index 0b1a8ce9a..7c18edd4a 100644 --- a/src/Samples/Kaleidoscope/IgnoredWords.dic +++ b/src/Samples/Kaleidoscope/IgnoredWords.dic @@ -3,6 +3,7 @@ afterloop alloca allocas alltmp +alwaysinline antlr arity ascii diff --git a/src/Ubiquity.NET.Llvm/DebugInfo/IDIBuilder.cs b/src/Ubiquity.NET.Llvm/DebugInfo/IDIBuilder.cs index 2c8362a61..a6a28954c 100644 --- a/src/Ubiquity.NET.Llvm/DebugInfo/IDIBuilder.cs +++ b/src/Ubiquity.NET.Llvm/DebugInfo/IDIBuilder.cs @@ -841,7 +841,7 @@ DICompositeType CreateReplaceableCompositeType( Tag tag /// Utility class to provide extensions to /// /// This is used mostly to provide support for legacy runtimes that don't have the `params IEnumerable` language feature. - /// In such a case, this provides extensions that allow use of a parmas array and then re-directs to the enumerable + /// In such a case, this provides extensions that allow use of a params array and then re-directs to the enumerable /// form of the function. This allows source compat of consumers while not trying to leverage support beyond what /// is supported by the runtime. /// diff --git a/src/Ubiquity.NET.Llvm/IContext.cs b/src/Ubiquity.NET.Llvm/IContext.cs index 20e227f30..ee8d02441 100644 --- a/src/Ubiquity.NET.Llvm/IContext.cs +++ b/src/Ubiquity.NET.Llvm/IContext.cs @@ -503,7 +503,7 @@ DebugFunctionType CreateFunctionType( IDIBuilder diBuilder /// Utility class to provide extensions to /// /// This is used mostly to provide support for legacy runtimes that don't have the `params IEnumerable` language feature. - /// In such a case, this provides extensions that allow use of a parmas array and then re-directs to the enumerable + /// In such a case, this provides extensions that allow use of a params array and then re-directs to the enumerable /// form of the function. This allows source compat of consumers while not trying to leverage support beyond what /// is supported by the runtime. /// @@ -517,7 +517,7 @@ public static class ContextExtensions /// Signature type for the specified signature public static IFunctionType GetFunctionType(this IContext self, ITypeRef returnType, params ITypeRef[] args ) { - // this seems redundant but for older runtimes it does an implict cast to IEnumerable + // this seems redundant but for older runtimes it does an implicit cast to IEnumerable return self.GetFunctionType( returnType, args ); } @@ -529,7 +529,7 @@ public static IFunctionType GetFunctionType(this IContext self, ITypeRef returnT /// Signature type for the specified signature public static IFunctionType GetFunctionType( this IContext self, bool isVarArgs, ITypeRef returnType, params ITypeRef[] args ) { - // this seems redundant but for older runtimes it does an implict cast to IEnumerable + // this seems redundant but for older runtimes it does an implicit cast to IEnumerable return self.GetFunctionType( isVarArgs, returnType, args ); } diff --git a/src/Ubiquity.NET.Llvm/IModule.cs b/src/Ubiquity.NET.Llvm/IModule.cs index 6f7f0adac..719032141 100644 --- a/src/Ubiquity.NET.Llvm/IModule.cs +++ b/src/Ubiquity.NET.Llvm/IModule.cs @@ -402,7 +402,7 @@ LazyEncodedString name /// Utility class to provide extensions to /// /// This is used mostly to provide support for legacy runtimes that don't have the `params IEnumerable` language feature. - /// In such a case, this provides extensions that allow use of a parmas array and then re-directs to the enumerable + /// In such a case, this provides extensions that allow use of a params array and then re-directs to the enumerable /// form of the function. This allows source compat of consumers while not trying to leverage support beyond what /// is supported by the runtime. /// diff --git a/src/Ubiquity.NET.Llvm/Instructions/InstructionBuilder.cs b/src/Ubiquity.NET.Llvm/Instructions/InstructionBuilder.cs index 206576580..a08b81848 100644 --- a/src/Ubiquity.NET.Llvm/Instructions/InstructionBuilder.cs +++ b/src/Ubiquity.NET.Llvm/Instructions/InstructionBuilder.cs @@ -598,7 +598,7 @@ public Load Load( ITypeRef type, Value sourcePtr ) /// Creates an atomic Compare exchange instruction /// Pointer to the value to update (e.g. destination and the left hand operand) - /// Comparand for the operation + /// Compare value for the operation /// Right hand side operand /// public AtomicCmpXchg AtomicCmpXchg( Value ptr, Value cmp, Value value ) diff --git a/src/Ubiquity.NET.Llvm/Instructions/InstructionExtensions.cs b/src/Ubiquity.NET.Llvm/Instructions/InstructionExtensions.cs index 161b0792f..fc64a83e0 100644 --- a/src/Ubiquity.NET.Llvm/Instructions/InstructionExtensions.cs +++ b/src/Ubiquity.NET.Llvm/Instructions/InstructionExtensions.cs @@ -5,7 +5,7 @@ namespace Ubiquity.NET.Llvm.Instructions { // This does NOT use the new C# 14 extension syntax due to several reasons // 1) Code lens does not work https://github.com/dotnet/roslyn/issues/79006 [Sadly marked as "not planned" - e.g., dead-end] - // 2) MANY analyzers get things wrong and need to be supressed (CA1000, CA1034, and many others [SAxxxx]) + // 2) MANY analyzers get things wrong and need to be suppressed (CA1000, CA1034, and many others [SAxxxx]) // 3) Many tools (like docfx don't support the new syntax yet) // 4) No clear support for Caller* attributes ([CallerArgumentExpression(...)]). // diff --git a/src/Ubiquity.NET.Llvm/OrcJITv2/GlobalMemoryAllocatorBase.cs b/src/Ubiquity.NET.Llvm/OrcJITv2/GlobalMemoryAllocatorBase.cs index f886ac9f2..64924fba2 100644 --- a/src/Ubiquity.NET.Llvm/OrcJITv2/GlobalMemoryAllocatorBase.cs +++ b/src/Ubiquity.NET.Llvm/OrcJITv2/GlobalMemoryAllocatorBase.cs @@ -10,9 +10,9 @@ namespace Ubiquity.NET.Llvm.OrcJITv2 /// While this type implements via it is ONLY intended for /// clean up on exceptions. A factory returns the instances to the native JIT, which takes over ownership. /// - /// Derived types need not be concrend with any of the low level native interop. Instead + /// Derived types need not be concerned with any of the low level native interop. Instead /// they simply implement the abstract methods to perform the required allocations. This - /// base type handles all of the interop, including the reverse P/Invoke marhsalling for + /// base type handles all of the interop, including the reverse P/Invoke marshaling for /// callbacks. /// /// diff --git a/src/Ubiquity.NET.Llvm/OrcJITv2/IJitMemoryAllocator.cs b/src/Ubiquity.NET.Llvm/OrcJITv2/IJitMemoryAllocator.cs index a935d48ea..dab3df633 100644 --- a/src/Ubiquity.NET.Llvm/OrcJITv2/IJitMemoryAllocator.cs +++ b/src/Ubiquity.NET.Llvm/OrcJITv2/IJitMemoryAllocator.cs @@ -46,17 +46,17 @@ public interface IJitMemoryAllocator /// Finalizes a previous allocation by applying page settings for the allocation /// Error message in the event of a failure - /// if successfull ( is ); if not ( has the reason) + /// if successful ( is ); if not ( has the reason) bool FinalizeMemory([NotNullWhen(false)] out LazyEncodedString? errMsg); /// Release the context for the memory. No further callbacks will occur for this allocator /// /// This is similar to a call to except that it releases only the native context - /// in respnse to a callback, not the handle for allocator itself. That MUST live longer than the JIT as any memory + /// in response to a callback, not the handle for allocator itself. That MUST live longer than the JIT as any memory /// it allocated MAY still be in use as code or data in the JIT. (This interface only deals with WHOLE JIT memory /// allocation. It is at least plausible to have an allocator per JitDyLib but that would end up needing to leverage - /// a global one to ensure that secion ordering and size limits of the underlying OS are met. If such a things is - /// ever implented, it would use a different interface for clarity.) + /// a global one to ensure that section ordering and size limits of the underlying OS are met. If such a things is + /// ever implemented, it would use a different interface for clarity.) /// void ReleaseContext(); } diff --git a/src/Ubiquity.NET.Llvm/OrcJITv2/IMaterializerCallbacks.cs b/src/Ubiquity.NET.Llvm/OrcJITv2/IMaterializerCallbacks.cs index d11c72caa..b98a6b123 100644 --- a/src/Ubiquity.NET.Llvm/OrcJITv2/IMaterializerCallbacks.cs +++ b/src/Ubiquity.NET.Llvm/OrcJITv2/IMaterializerCallbacks.cs @@ -10,7 +10,7 @@ public interface IMaterializerCallbacks /// that serves as the context for this materialization void Materialize( MaterializationResponsibility r ); - /// Discards a symbol overwridden by the JIT (Before materialization) + /// Discards a symbol overridden by the JIT (Before materialization) /// Library the symbols is discarded from /// Symbol being discarded void Discard( ref readonly JITDyLib jitLib, SymbolStringPoolEntry symbol ); diff --git a/src/Ubiquity.NET.Llvm/OrcJITv2/IrTransformLayer.cs b/src/Ubiquity.NET.Llvm/OrcJITv2/IrTransformLayer.cs index dbf7dd2cd..a7554882e 100644 --- a/src/Ubiquity.NET.Llvm/OrcJITv2/IrTransformLayer.cs +++ b/src/Ubiquity.NET.Llvm/OrcJITv2/IrTransformLayer.cs @@ -64,7 +64,7 @@ internal IrTransformLayer( LLVMOrcIRTransformLayerRef h ) internal LLVMOrcIRTransformLayerRef Handle { get; } // internal keep alive holder for a native call back as a delegate - private sealed class TransformCallback + private static class TransformCallback { [UnmanagedCallersOnly( CallConvs = [ typeof( CallConvCdecl ) ] )] [SuppressMessage( "Design", "CA1031:Do not catch general exception types", Justification = "REQUIRED for unmanaged callback - Managed exceptions must never cross the boundary to native code" )] diff --git a/src/Ubiquity.NET.Llvm/OrcJITv2/MaterializationUnit.cs b/src/Ubiquity.NET.Llvm/OrcJITv2/MaterializationUnit.cs index c82d011ca..47bf36c10 100644 --- a/src/Ubiquity.NET.Llvm/OrcJITv2/MaterializationUnit.cs +++ b/src/Ubiquity.NET.Llvm/OrcJITv2/MaterializationUnit.cs @@ -13,7 +13,7 @@ public abstract class MaterializationUnit /// /// For this class, this is an idempotent method. This allows MOVE semantics for native /// code to function and callers remain oblivious. Callers should always call this for - /// correctness if it was succesfully moved to native code then such a call is a NOP. + /// correctness if it was successfully moved to native code then such a call is a NOP. /// /// protected override void Dispose( bool disposing ) @@ -27,7 +27,7 @@ protected override void Dispose( bool disposing ) base.Dispose( disposing ); } - /// This will set the internal handle to a default state; makeing a NOP + /// This will set the internal handle to a default state; making a NOP [MethodImpl(MethodImplOptions.AggressiveInlining)] internal void InvalidateAfterMove( ) { diff --git a/src/Ubiquity.NET.Llvm/OrcJITv2/MemoryAllocatorNativeCallbacks.cs b/src/Ubiquity.NET.Llvm/OrcJITv2/MemoryAllocatorNativeCallbacks.cs index 7daa85323..d2e1eaba8 100644 --- a/src/Ubiquity.NET.Llvm/OrcJITv2/MemoryAllocatorNativeCallbacks.cs +++ b/src/Ubiquity.NET.Llvm/OrcJITv2/MemoryAllocatorNativeCallbacks.cs @@ -28,7 +28,7 @@ internal static unsafe void DestroyPerObjContextNOP(void *_) internal static unsafe byte* AllocateCodeSection(void* ctx, nuint size, UInt32 alignment, UInt32 sectionId, byte* sectionName) { #pragma warning disable CA2000 // Dispose objects before losing scope - // NOT dispsable, just "borrowed" via ctx + // NOT disposable, just "borrowed" via ctx return NativeContext.TryFrom( ctx, out var self ) ? (byte*)self!.AllocateCodeSection(size, alignment, sectionId, LazyEncodedString.FromUnmanaged(sectionName)) : (byte*)null; @@ -46,7 +46,7 @@ internal static unsafe void DestroyPerObjContextNOP(void *_) ) { #pragma warning disable CA2000 // Dispose objects before losing scope - // NOT dispsable, just "borrowed" via ctx + // NOT disposable, just "borrowed" via ctx return NativeContext.TryFrom( ctx, out var self ) ? (byte*)self!.AllocateDataSection(size, alignment, sectionId, LazyEncodedString.FromUnmanaged(sectionName), isReadOnly != 0) : (byte*)null; @@ -59,7 +59,7 @@ internal static unsafe void DestroyPerObjContextNOP(void *_) { *errMsg = null; #pragma warning disable CA2000 // Dispose objects before losing scope - // NOT dispsable, just "borrowed" via ctx + // NOT disposable, just "borrowed" via ctx if(NativeContext.TryFrom( ctx, out var self )) { if(!self!.FinalizeMemory(out LazyEncodedString? managedErrMsg)) @@ -77,7 +77,7 @@ internal static unsafe void DestroyPerObjContextNOP(void *_) internal static unsafe void NotifyTerminating(void* ctx) { #pragma warning disable CA2000 // Dispose objects before losing scope - // NOT dispsable, just "borrowed" via ctx + // NOT disposable, just "borrowed" via ctx if(NativeContext.TryFrom( ctx, out var self )) { // Don't dispose it here; But do release the context diff --git a/src/Ubiquity.NET.Llvm/OrcJITv2/ObjectLayer.cs b/src/Ubiquity.NET.Llvm/OrcJITv2/ObjectLayer.cs index a83383dac..da6016642 100644 --- a/src/Ubiquity.NET.Llvm/OrcJITv2/ObjectLayer.cs +++ b/src/Ubiquity.NET.Llvm/OrcJITv2/ObjectLayer.cs @@ -9,7 +9,7 @@ namespace Ubiquity.NET.Llvm.OrcJITv2 /// /// Since instances of an Object Linking layer are ONLY ever created by and /// returned directly to the native code as the raw handle, they are not generally disposable. They do - /// implement IDisposable as a means to enusre proper release in the face of an exception in an implementation + /// implement IDisposable as a means to ensure proper release in the face of an exception in an implementation /// of but are not something that generally needs disposal at a managed level. /// public class ObjectLayer diff --git a/src/Ubiquity.NET.Llvm/OrcJITv2/SimpleJitMemoryAllocatorBase.cs b/src/Ubiquity.NET.Llvm/OrcJITv2/SimpleJitMemoryAllocatorBase.cs index 25b834b89..7fa39ef04 100644 --- a/src/Ubiquity.NET.Llvm/OrcJITv2/SimpleJitMemoryAllocatorBase.cs +++ b/src/Ubiquity.NET.Llvm/OrcJITv2/SimpleJitMemoryAllocatorBase.cs @@ -11,9 +11,9 @@ namespace Ubiquity.NET.Llvm.OrcJITv2 { /// Base class for a simple MCJIT style memory allocator /// - /// Derived types need not be concrend with any of the low level native interop. Instead + /// Derived types need not be concerned with any of the low level native interop. Instead /// they simply implement the abstract methods to perform the required allocations. This - /// base type handles all of the interop, including the reverse P/Invoke marhsalling for + /// base type handles all of the interop, including the reverse P/Invoke marshaling for /// callbacks. /// [Experimental("LLVMEXP005")] diff --git a/src/Ubiquity.NET.Llvm/Properties/AssemblyInfo.cs b/src/Ubiquity.NET.Llvm/Properties/AssemblyInfo.cs index 105b6b5fa..db6b65a71 100644 --- a/src/Ubiquity.NET.Llvm/Properties/AssemblyInfo.cs +++ b/src/Ubiquity.NET.Llvm/Properties/AssemblyInfo.cs @@ -9,13 +9,3 @@ [assembly: ComVisible( false )] [assembly: NeutralResourcesLanguage( "en" )] - -// use of code generation does NOT require use of the JIT, but the JIT library is effectively -// considered a "part" of this library so allow internal access. -// -// NOTE: This is NOT in any way a security matter or "hole" (anyone could us reflection to -// get to the internals anyway or just use the raw interop library directly) This is a convenience -// to help people to do the right thing by making it MUCH harder to do the wrong thing. It is -// impossible to claim (or at least easy to refute such a claim...) that one is ignorant of the -// "wrongness" of such misuse. The only legit answer is an equivalent of "tough noogies". -[assembly: InternalsVisibleTo( "Ubiquity.NET.llvm.JIT" )] diff --git a/src/Ubiquity.NET.Llvm/Types/IPointerType.cs b/src/Ubiquity.NET.Llvm/Types/IPointerType.cs index 49e167639..cb8f46390 100644 --- a/src/Ubiquity.NET.Llvm/Types/IPointerType.cs +++ b/src/Ubiquity.NET.Llvm/Types/IPointerType.cs @@ -26,7 +26,7 @@ public interface IPointerType // This does NOT use the new C# 14 extension syntax due to several reasons // 1) Code lens does not work https://github.com/dotnet/roslyn/issues/79006 [Sadly marked as "not planned" - e.g., dead-end] - // 2) MANY analyzers get things wrong and need to be supressed (CA1000, CA1034, and many others [SAxxxx]) + // 2) MANY analyzers get things wrong and need to be suppressed (CA1000, CA1034, and many others [SAxxxx]) // 3) Many tools (like docfx don't support the new syntax yet) // 4) No clear support for Caller* attributes ([CallerArgumentExpression(...)]). //