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;