File tree Expand file tree Collapse file tree 3 files changed +18
-19
lines changed
sources/ClangSharpPInvokeGenerator/Properties Expand file tree Collapse file tree 3 files changed +18
-19
lines changed Original file line number Diff line number Diff line change
1
+ --additional
2
+ -m64
1
3
--config
2
- compatible-codegen
3
4
exclude-com-proxies
4
5
exclude-empty-records
5
6
exclude-enum-operators
6
7
generate-aggressive-inlining
8
+ generate-callconv-member-function
7
9
generate-cpp-attributes
8
- generate-macro-bindings
10
+ generate-disable-runtime-marshalling
9
11
generate-file-scoped-namespaces
10
12
generate-guid-member
11
13
generate-macro-bindings
46
48
ClangSharp.Interop
47
49
--output
48
50
./sources/ClangSharp/Interop
49
- --test-output
50
- ./tests/ClangSharp.UnitTests/InteropTests
51
51
--prefixStrip
52
52
clang_
53
+ --test-output
54
+ ./tests/ClangSharp.UnitTests/InteropTests
Original file line number Diff line number Diff line change
1
+ --additional
2
+ -m64
1
3
--config
2
- compatible-codegen
3
4
exclude-com-proxies
4
5
exclude-empty-records
5
6
exclude-enum-operators
6
7
generate-aggressive-inlining
8
+ generate-callconv-member-function
7
9
generate-cpp-attributes
8
- generate-macro-bindings
10
+ generate-disable-runtime-marshalling
9
11
generate-file-scoped-namespaces
10
12
generate-guid-member
11
13
generate-macro-bindings
@@ -32,9 +34,9 @@ clangsharp
32
34
ClangSharp.Interop
33
35
--output
34
36
./sources/ClangSharp/Interop
37
+ --prefixStrip
38
+ clangsharp_
35
39
--remap
36
40
MSGuidDeclParts=Guid
37
41
--test-output
38
42
./tests/ClangSharp.UnitTests/InteropTests
39
- --prefixStrip
40
- clangsharp_
Original file line number Diff line number Diff line change
1
+ --additional
2
+ -m64
1
3
--config
2
- compatible-codegen
3
4
exclude-com-proxies
4
5
exclude-empty-records
5
6
exclude-enum-operators
6
7
generate-aggressive-inlining
8
+ generate-callconv-member-function
7
9
generate-cpp-attributes
8
- generate-macro-bindings
10
+ generate-disable-runtime-marshalling
9
11
generate-file-scoped-namespaces
10
12
generate-guid-member
11
13
generate-macro-bindings
@@ -44,7 +46,6 @@ llvm-c/Error.h
44
46
llvm-c/ErrorHandling.h
45
47
llvm-c/ExecutionEngine.h
46
48
llvm-c/ExternC.h
47
- llvm-c/Initialization.h
48
49
llvm-c/IRReader.h
49
50
llvm-c/Linker.h
50
51
llvm-c/LLJIT.h
@@ -57,13 +58,7 @@ llvm-c/Support.h
57
58
llvm-c/Target.h
58
59
llvm-c/TargetMachine.h
59
60
llvm-c/Types.h
60
- llvm-c/Transforms/InstCombine.h
61
- llvm-c/Transforms/IPO.h
62
61
llvm-c/Transforms/PassBuilder.h
63
- llvm-c/Transforms/PassManagerBuilder.h
64
- llvm-c/Transforms/Scalar.h
65
- llvm-c/Transforms/Utils.h
66
- llvm-c/Transforms/Vectorize.h
67
62
--headerFile
68
63
./Properties/GenerateLLVM-LICENSE.txt
69
64
--methodClassName
72
67
LLVMSharp.Interop
73
68
--output
74
69
./sources/LLVMSharp/Interop
75
- --test-output
76
- ./tests/LLVMSharp.UnitTests/Interop
77
70
--prefixStrip
78
71
LLVM
79
72
--remap
@@ -95,6 +88,8 @@ llvm_blake3_version=@blake3_version
95
88
LLVM_BLAKE3_VERSION_STRING=@BLAKE3_VERSION_STRING
96
89
__AnonymousEnum_Core_L463_C1=@LLVMAttributeIndex
97
90
__AnonymousEnum_DebugInfo_L146_C1=@LLVMMetadataKind
91
+ --test-output
92
+ ./tests/LLVMSharp.UnitTests/Interop
98
93
--with-attribute
99
94
LLVMDIFlags=Flags
100
95
LLVMJITSymbolGenericFlags=Flags
You can’t perform that action at this time.
0 commit comments