diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2006-11-05 19:31:28 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2006-11-05 19:31:28 +0000 |
commit | d41b30def3181bce4bf87e8bde664d15663165d0 (patch) | |
tree | b4a9c4e0797b23f78257e4cb0f74fde8ec183b2e /win32/Target | |
parent | bcf81242df7983b8e86bec179c4fa04265b26db2 (diff) | |
download | external_llvm-d41b30def3181bce4bf87e8bde664d15663165d0.zip external_llvm-d41b30def3181bce4bf87e8bde664d15663165d0.tar.gz external_llvm-d41b30def3181bce4bf87e8bde664d15663165d0.tar.bz2 |
Unbreak VC++ build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31464 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/Target')
-rw-r--r-- | win32/Target/Target.vcproj | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/win32/Target/Target.vcproj b/win32/Target/Target.vcproj index 35788cc..36d5ec9 100644 --- a/win32/Target/Target.vcproj +++ b/win32/Target/Target.vcproj @@ -115,6 +115,9 @@ RelativePath="..\..\lib\Target\SubtargetFeature.cpp"> </File> <File + RelativePath="..\..\lib\Target\TargetAsmInfo.cpp"> + </File> + <File RelativePath="..\..\lib\Target\TargetData.cpp"> </File> <File @@ -124,9 +127,6 @@ RelativePath="..\..\lib\Target\TargetInstrInfo.cpp"> </File> <File - RelativePath="..\..\lib\Target\TargetLowering.cpp"> - </File> - <File RelativePath="..\..\lib\Target\TargetMachine.cpp"> </File> <File @@ -147,6 +147,9 @@ RelativePath="..\..\include\llvm\Target\SubtargetFeature.h"> </File> <File + RelativePath="..\..\include\llvm\Target\TargetAsmInfo.h"> + </File> + <File RelativePath="..\..\include\llvm\Target\TargetData.h"> </File> <File |