Update to include latest changes.
Merge branch 'master' into nomosoa
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user