summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorSteve Naroff <snaroff@apple.com>2009-02-02 19:22:02 +0000
committerSteve Naroff <snaroff@apple.com>2009-02-02 19:22:02 +0000
commit9ff3d9a1b479c7b12b75bc054cfe983955e5353b (patch)
treeccad9ac165b028e22e688b2fa7e836104f34c172 /llvm
parentf5589ac5a917c845475d64cf288c4739d44ca48b (diff)
downloadbcm5719-llvm-9ff3d9a1b479c7b12b75bc054cfe983955e5353b.tar.gz
bcm5719-llvm-9ff3d9a1b479c7b12b75bc054cfe983955e5353b.zip
Update hand-crafted VC++ build.
- Add PACKAGE_STRING definition to Windows config.h. llvm-svn: 63539
Diffstat (limited to 'llvm')
-rw-r--r--llvm/win32/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/win32/config.h b/llvm/win32/config.h
index 90958169f24..62d4c05d62a 100644
--- a/llvm/win32/config.h
+++ b/llvm/win32/config.h
@@ -3,6 +3,7 @@
#define PACKAGE_NAME "LLVM (win32 vc8.0)"
#define PACKAGE_VERSION 2.4
+#define PACKAGE_STRING "llvm 2.6svn"
#define LLVM_HOSTTRIPLE "i686-pc-win32"
#define HAVE_WINDOWS_H 1
#define HAVE_LIMITS_H 1
OpenPOWER on IntegriCloud