[llvm-commits] [llvm] r73074 - in /llvm/trunk: docs/TableGenFundamentals.html test/TableGen/regmatch.td utils/TableGen/Record.cpp utils/TableGen/Record.h utils/TableGen/TGLexer.cpp utils/TableGen/TGLexer.h utils/TableGen/TGParser.cpp

Anton Korobeynikov anton at korobeynikov.info
Tue Jun 9 07:24:17 PDT 2009


Hi, David

> Another alternative is to use TR1 regular expressions.
> How's MSVC with TR1?
>
> My inclination is to prefer standards to custom code that we have to
> maintain but maybe TR1 is too new.
Please remove the code until the problem with regexps will be
resolved. Also don't also forget that mingw32's default gcc is 3.4.5
which does not have any tr1 stuff. We really would like to keep
compatibility with gcc 3.4 series.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-commits mailing list