diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2005-07-12 03:00:20 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2005-07-12 03:00:20 +0000 |
commit | d73e4608dba2cd42d1a3d6d16d1491eedcb05301 (patch) | |
tree | ac4293d2d24a074965c5adb3a69166de0f72bd87 /win32 | |
parent | 74fa8d67e144fafb8705d275c72ccaf6bafd4207 (diff) |
Add new files to Visual Studio projects.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22395 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Target/Target.vcproj | 6 | ||||
-rw-r--r-- | win32/x86/x86.vcproj | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/win32/Target/Target.vcproj b/win32/Target/Target.vcproj index e5a1d672af..5d633cf7f0 100644 --- a/win32/Target/Target.vcproj +++ b/win32/Target/Target.vcproj @@ -130,6 +130,9 @@ <File RelativePath="..\..\lib\Target\TargetSchedInfo.cpp"> </File> + <File + RelativePath="..\..\lib\Target\TargetSubtarget.cpp"> + </File> </Filter> <Filter Name="Header Files" @@ -165,6 +168,9 @@ <File RelativePath="..\..\include\llvm\Target\TargetSchedInfo.h"> </File> + <File + RelativePath="..\..\include\llvm\Target\TargetSubtarget.h"> + </File> </Filter> </Files> <Globals> diff --git a/win32/x86/x86.vcproj b/win32/x86/x86.vcproj index c1318a1690..1ecde7bb7a 100644 --- a/win32/x86/x86.vcproj +++ b/win32/x86/x86.vcproj @@ -179,6 +179,9 @@ RelativePath="..\..\lib\Target\X86\X86RegisterInfo.cpp"> </File> <File + RelativePath="..\..\lib\Target\X86\X86Subtarget.cpp"> + </File> + <File RelativePath="..\..\lib\Target\X86\X86TargetMachine.cpp"> </File> </Filter> @@ -217,6 +220,9 @@ RelativePath="..\..\lib\Target\X86\X86RegisterInfo.td"> </File> <File + RelativePath="..\..\lib\Target\X86\X86Subtarget.h"> + </File> + <File RelativePath="..\..\lib\Target\X86\X86TargetMachine.h"> </File> </Filter> |