From a5c1e1364b2de4bb221774918cdb3256670eb7aa Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Wed, 20 Apr 2011 17:38:08 +0200 Subject: [PATCH] =?UTF-8?q?Updated=20LLVM=20version=20in=20the=20=C2=BB--v?= =?UTF-8?q?ersion=C2=AB=20text.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dmd/mars.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmd/mars.c b/dmd/mars.c index 5d28f5ba..7ae9a688 100644 --- a/dmd/mars.c +++ b/dmd/mars.c @@ -61,7 +61,7 @@ Global::Global() written = "written by Walter Bright and Tomas Lindquist Olsen"; version = "v1.064"; ldc_version = "LDC trunk"; - llvm_version = "LLVM 2.8"; + llvm_version = "LLVM 2.9"; global.structalign = 8; // This should only be used as a global, so the other fields are