diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2006-03-07 02:58:13 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2006-03-07 02:58:13 +0000 |
commit | 46d6e17fe9bc01a5a8b47c735d38b4c694c2fb3a (patch) | |
tree | b4baec7891683fad8a27559ac8d8e764d6ca650f | |
parent | bccb0e07f01e480ddb261d539fb31155a229d9cb (diff) | |
download | bcm5719-llvm-46d6e17fe9bc01a5a8b47c735d38b4c694c2fb3a.tar.gz bcm5719-llvm-46d6e17fe9bc01a5a8b47c735d38b4c694c2fb3a.zip |
Keep VC++ building.
llvm-svn: 26584
-rw-r--r-- | llvm/win32/Support/Support.vcproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/win32/Support/Support.vcproj b/llvm/win32/Support/Support.vcproj index aebee5f41f2..e0b38c6c594 100644 --- a/llvm/win32/Support/Support.vcproj +++ b/llvm/win32/Support/Support.vcproj @@ -128,6 +128,9 @@ RelativePath="..\..\lib\Support\Debug.cpp"> </File> <File + RelativePath="..\..\lib\Support\Dwarf.cpp"> + </File> + <File RelativePath="..\..\lib\Support\FileUtilities.cpp"> </File> <File @@ -239,6 +242,9 @@ RelativePath="..\..\include\llvm\Support\DOTGraphTraits.h"> </File> <File + RelativePath="..\..\include\llvm\Support\Dwarf.h"> + </File> + <File RelativePath="..\..\include\llvm\Support\ELF.h"> </File> <File |