diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-12-04 19:14:38 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-12-04 19:14:38 +0000 |
| commit | 5b875073046ea10b5d8b0d38209f5e3a6c2346ba (patch) | |
| tree | 503f08f791acd8de9303b4fee3fd045f40e892c0 /llvm/win32/x86 | |
| parent | a57c1056879c5cdcb485db14e88301148a1e64ad (diff) | |
| download | bcm5719-llvm-5b875073046ea10b5d8b0d38209f5e3a6c2346ba.tar.gz bcm5719-llvm-5b875073046ea10b5d8b0d38209f5e3a6c2346ba.zip | |
Update the win32 project files, contributed by Morton Ofstad!
llvm-svn: 18495
Diffstat (limited to 'llvm/win32/x86')
| -rw-r--r-- | llvm/win32/x86/x86.vcproj | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/llvm/win32/x86/x86.vcproj b/llvm/win32/x86/x86.vcproj index e74ae983e6e..ca0cbd86f15 100644 --- a/llvm/win32/x86/x86.vcproj +++ b/llvm/win32/x86/x86.vcproj @@ -142,6 +142,9 @@ RelativePath="..\..\lib\Target\X86\X86ISelSimple.cpp"> </File> <File + RelativePath="..\..\lib\Target\X86\X86JITInfo.cpp"> + </File> + <File RelativePath="..\..\lib\Target\X86\X86PeepholeOpt.cpp"> </File> <File @@ -150,9 +153,6 @@ <File RelativePath="..\..\lib\Target\X86\X86TargetMachine.cpp"> </File> - <File - RelativePath="..\..\lib\Target\X86\X86TargetMachine.h"> - </File> </Filter> <Filter Name="Header Files" @@ -173,6 +173,9 @@ <File RelativePath="..\..\lib\Target\X86\X86RegisterInfo.h"> </File> + <File + RelativePath="..\..\lib\Target\X86\X86TargetMachine.h"> + </File> </Filter> </Files> <Globals> |

