Changes for 1.4.0 release

This commit is contained in:
Dmitry Babokin
2013-05-27 16:48:41 +04:00
parent ce175aee4c
commit 481bcc732b
5 changed files with 37 additions and 3 deletions

View File

@@ -1888,7 +1888,7 @@ Module::execPreprocessor(const char *infilename, llvm::raw_string_ostream *ostre
opts.addMacroDef("ISPC_FORCE_ALIGNED_MEMORY");
opts.addMacroDef("ISPC_MAJOR_VERSION=1");
opts.addMacroDef("ISPC_MINOR_VERSION=3");
opts.addMacroDef("ISPC_MINOR_VERSION=4");
if (g->includeStdlib) {
if (g->opt.disableAsserts)