diff options
author | Cédric Venet <cedric.venet@laposte.net> | 2008-07-20 12:04:49 +0000 |
---|---|---|
committer | Cédric Venet <cedric.venet@laposte.net> | 2008-07-20 12:04:49 +0000 |
commit | 229762e085122d42a739a0a8ed2f100a2b75c861 (patch) | |
tree | bd3256ade579641ff31c7b365141c03933dbec44 /win32 | |
parent | b9e5f803591ea3a8b0f32b05f309b4ccdd6dd1a3 (diff) | |
download | external_llvm-229762e085122d42a739a0a8ed2f100a2b75c861.zip external_llvm-229762e085122d42a739a0a8ed2f100a2b75c861.tar.gz external_llvm-229762e085122d42a739a0a8ed2f100a2b75c861.tar.bz2 |
Updated VC++ projects
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53809 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Target/Target.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/win32/Target/Target.vcproj b/win32/Target/Target.vcproj index 0944220..28b371a 100644 --- a/win32/Target/Target.vcproj +++ b/win32/Target/Target.vcproj @@ -305,6 +305,14 @@ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" > <File + RelativePath="..\..\lib\Target\DarwinTargetAsmInfo.cpp" + > + </File> + <File + RelativePath="..\..\lib\Target\ELFTargetAsmInfo.cpp" + > + </File> + <File RelativePath="..\..\lib\Target\SubtargetFeature.cpp" > </File> |