Skip to content

Commit 90590ac

Browse files
committed
Delete unused file
1 parent 6c25e58 commit 90590ac

File tree

6 files changed

+0
-44
lines changed

6 files changed

+0
-44
lines changed

LLVM-MSVC setup.iss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ Source: "bin\*.*"; DestDir: "{app}\bin\"; Flags: ignoreversion
3030
;lib
3131
Source: "lib\*"; DestDir: "{app}\lib"; Flags: ignoreversion recursesubdirs
3232

33-
;doc
34-
Source: "doc\*"; DestDir: "{app}\doc"; Flags: ignoreversion recursesubdirs
35-
3633

3734

3835
;template
@@ -67,7 +64,6 @@ begin
6764
6865
DelTree(ExpandConstant('{app}\bin'), True, True, True);
6966
DelTree(ExpandConstant('{app}\lib'), True, True, True);
70-
DelTree(ExpandConstant('{app}\doc'), True, True, True);
7167
7268
end;
7369
end;

LLVM-MSVC/LLVM.Common.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<UseClangCl>true</UseClangCl>
1515
<UseLldLink>true</UseLldLink>
1616

17-
<IncludePath>$(LLVMInstallDir)lib\sdk;$(IncludePath)</IncludePath>
1817

1918
</PropertyGroup>
2019
<Import Project="$(MSBuildThisFileDirectory)ImportAfter\*.props" Condition="Exists('$(MSBuildThisFileDirectory)ImportAfter')" />

LLVM-MSVC_KernelMode/Toolset.targets

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<LLVMInstallDir>$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\LLVM\LLVM-MSVC)</LLVMInstallDir>
1010
<LLVMInstallDir Condition="'$(LLVMInstallDir)' == ''">$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\LLVM\LLVM-MSVC)</LLVMInstallDir>
1111
<LLVMInstallDir Condition="'$(LLVMInstallDir)' != ''">$(LLVMInstallDir)\</LLVMInstallDir>
12-
<IncludePath>$(LLVMInstallDir)lib\sdk;$(IncludePath)</IncludePath>
1312
</PropertyGroup>
1413

1514
<Import Project="$(VCTargetsPath)\Platforms\$(Platform)\PlatformToolsets\WindowsKernelModeDriver10.0\Toolset.targets"/>

doc/README.md

Whitespace-only changes.

lib/sdk/.clang-format

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

lib/sdk/llvm-msvc.sdk.c.h

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

0 commit comments

Comments
 (0)