Fix D1 frontend

This commit is contained in:
Eldar Insafutdinov
2012-04-02 16:43:46 +01:00
parent feefad412c
commit 30b20794c7

View File

@@ -306,6 +306,11 @@ struct Param
const char* llvmArch;
const char *targetTriple;
const char *dataLayout;
// Codegen cl options
bool singleObj;
bool disableRedZone;
bool noVerify;
#endif
};