Update to include latest changes.

Merge branch 'master' into nomosoa
This commit is contained in:
james.brodman
2013-09-25 19:17:56 -04:00
126 changed files with 6085 additions and 897 deletions

View File

@@ -1869,6 +1869,7 @@ Module::execPreprocessor(const char *infilename, llvm::raw_string_ostream *ostre
char *p = targetMacro;
while (*p) {
*p = toupper(*p);
if (*p == '-') *p = '_';
++p;
}
opts.addMacroDef(targetMacro);