diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2005-01-01 21:34:18 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2005-01-01 21:34:18 +0000 |
commit | 49123973f84bf65b2e5501774eed5116b62ecff4 (patch) | |
tree | 06dfc3dc412cf7e6ae1c57dd8068d89038334a9d /llvm/win32/Support | |
parent | 1d2912470a07de86aa73142bf28e04554df7919a (diff) | |
download | bcm5719-llvm-49123973f84bf65b2e5501774eed5116b62ecff4.tar.gz bcm5719-llvm-49123973f84bf65b2e5501774eed5116b62ecff4.zip |
Add missing file SystemUtils.cpp to Support project.
llvm-svn: 19228
Diffstat (limited to 'llvm/win32/Support')
-rw-r--r-- | llvm/win32/Support/Support.vcproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/win32/Support/Support.vcproj b/llvm/win32/Support/Support.vcproj index 8c359ee4917..a8914998b7f 100644 --- a/llvm/win32/Support/Support.vcproj +++ b/llvm/win32/Support/Support.vcproj @@ -171,6 +171,9 @@ RelativePath="..\..\lib\Support\StringExtras.cpp"> </File> <File + RelativePath="..\..\lib\Support\SystemUtils.cpp"> + </File> + <File RelativePath="..\..\lib\Support\Timer.cpp"> </File> <File |