File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
sources/ClangSharpPInvokeGenerator/Properties Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ llvm-c/ExternC.h
49
49
llvm-c/IRReader.h
50
50
llvm-c/Linker.h
51
51
llvm-c/LLJIT.h
52
+ llvm-c/LLJITUtils.h
52
53
llvm-c/lto.h
53
54
llvm-c/Object.h
54
55
llvm-c/Orc.h
@@ -88,14 +89,16 @@ llvm_blake3_version=@blake3_version
88
89
LLVM_BLAKE3_VERSION_STRING=@BLAKE3_VERSION_STRING
89
90
LLVMOpaqueValueMetadataEntry=LLVMValueMetadataEntry
90
91
LLVMOpaqueModuleFlagEntry=LLVMModuleFlagEntry
91
- __AnonymousEnum_Core_L462_C1=@LLVMAttributeIndex
92
- __AnonymousEnum_Core_L486_C1=@LLVMFastMathFlags
93
- __AnonymousEnum_DebugInfo_L147_C1=@LLVMMetadataKind
92
+ __AnonymousEnum_Core_L470_C1=@LLVMAttributeIndex
93
+ __AnonymousEnum_Core_L494_C1=@LLVMFastMathFlags
94
+ __AnonymousEnum_Core_L517_C1=@LLVMGEPNoWrapFlags
95
+ __AnonymousEnum_DebugInfo_L161_C1=@LLVMMetadataKind
94
96
--test-output
95
97
./tests/LLVMSharp.UnitTests/Interop
96
98
--with-attribute
97
99
LLVMDIFlags=Flags
98
100
LLVMJITSymbolGenericFlags=Flags
99
101
LLVMFastMathFlags=Flags
102
+ LLVMGEPNoWrapFlags=Flags
100
103
LLVMOrcJITDylibLookupFlags=Flags
101
104
LLVMOrcSymbolLookupFlags=Flags
You can’t perform that action at this time.
0 commit comments