From 165e0ef3c6ec930b25df53d2ab52950a1f1f8bac Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Sun, 16 Sep 2012 22:07:30 +0200 Subject: [PATCH] Fix typo in D1 part of 940d6e9. --- dmd/mars.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmd/mars.h b/dmd/mars.h index 8ca5f002..c6032ac4 100644 --- a/dmd/mars.h +++ b/dmd/mars.h @@ -308,7 +308,7 @@ struct Param bool useAvailableExternally; // target stuff - llvm::Triple *targetTriple; + llvm::Triple targetTriple; // Codegen cl options bool singleObj;