diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2006-12-02 02:22:01 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2006-12-02 02:22:01 +0000 |
commit | 97af751deb9b26fd42fbcee082da9ccc4ded5b45 (patch) | |
tree | b8b0b9a80532db41e09d5ce6a4d3f6e3d7823184 /win32/Support | |
parent | 9919e3df178fdb9f9b9b9147f6701294e363fa77 (diff) | |
download | external_llvm-97af751deb9b26fd42fbcee082da9ccc4ded5b45.zip external_llvm-97af751deb9b26fd42fbcee082da9ccc4ded5b45.tar.gz external_llvm-97af751deb9b26fd42fbcee082da9ccc4ded5b45.tar.bz2 |
Unbreak VC++ build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32113 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/Support')
-rw-r--r-- | win32/Support/Support.vcproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/win32/Support/Support.vcproj b/win32/Support/Support.vcproj index 0da1c3f..613bb0f 100644 --- a/win32/Support/Support.vcproj +++ b/win32/Support/Support.vcproj @@ -176,6 +176,9 @@ RelativePath="..\..\lib\Support\Statistic.cpp"> </File> <File + RelativePath="..\..\lib\Support\Streams.cpp"> + </File> + <File RelativePath="..\..\lib\Support\StringExtras.cpp"> </File> <File @@ -314,6 +317,9 @@ RelativePath="..\..\include\llvm\Support\StableBasicBlockNumbering.h"> </File> <File + RelativePath="..\..\include\llvm\Support\Streams.h"> + </File> + <File RelativePath="..\..\include\llvm\Support\SystemUtils.h"> </File> <File |