Skip to content

Commit 87a2a2b

Browse files
committed
Remove LLVMSharp files
1 parent 77b1edb commit 87a2a2b

File tree

6 files changed

+0
-161
lines changed

6 files changed

+0
-161
lines changed

sources/ClangSharpPInvokeGenerator/ClangSharpPInvokeGenerator.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
<PropertyGroup>
3333
<LibClangName Condition="'$(LibClangName)' == ''">libclang</LibClangName>
3434
<LibClangSharpName Condition="'$(LibClangSharpName)' == ''">libClangSharp</LibClangSharpName>
35-
<LibLLVMName Condition="'$(LibLLVMName)' == ''">libLLVM</LibLLVMName>
36-
<LibLLVMSharpName Condition="'$(LibLLVMSharpName)' == ''">libLLVMSharp</LibLLVMSharpName>
3735
</PropertyGroup>
3836

3937
<!-- Auto-detect LLVM... more or less -->

sources/ClangSharpPInvokeGenerator/Properties/GenerateLLVM-LICENSE.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

sources/ClangSharpPInvokeGenerator/Properties/GenerateLLVM.rsp

Lines changed: 0 additions & 101 deletions
This file was deleted.

sources/ClangSharpPInvokeGenerator/Properties/GenerateLLVMSharp-LICENSE.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

sources/ClangSharpPInvokeGenerator/Properties/GenerateLLVMSharp.rsp

Lines changed: 0 additions & 44 deletions
This file was deleted.

sources/ClangSharpPInvokeGenerator/Properties/launchSettings.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@
99
"commandName": "Project",
1010
"commandLineArgs": "\"@$(MSBuildProjectDirectory)/Properties/GenerateClangSharp.rsp\" --file-directory \"$(MSBuildProjectDirectory)/..\" --include-directory \"$(LLVMIncludePath)\" --libraryPath $(LibClangSharpName)"
1111
},
12-
"GenerateLLVM": {
13-
"commandName": "Project",
14-
"commandLineArgs": "\"@$(MSBuildProjectDirectory)/Properties/GenerateLLVM.rsp\" --file-directory \"$(LLVMIncludePath)\" --include-directory \"$(LLVMIncludePath)\" --libraryPath $(LibLLVMName)"
15-
},
16-
"GenerateLLVMSharp": {
17-
"commandName": "Project",
18-
"commandLineArgs": "\"@$(MSBuildProjectDirectory)/Properties/GenerateLLVMSharp.rsp\" --file-directory \"$(MSBuildProjectDirectory)/../../../LLVMSharp/sources\" --include-directory \"$(LLVMIncludePath)\" --libraryPath $(LibLLVMSharpName)"
19-
},
2012
"GenerateLocal": {
2113
"commandName": "Project",
2214
"commandLineArgs": "@generate.rsp",

0 commit comments

Comments
 (0)