[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
Stefanus Du Toit
stefanus.dutoit at rapidmind.com
Tue Jun 9 07:12:42 PDT 2009
On 9-Jun-09, at 9:58 AM, David Greene wrote:
> Another alternative is to use TR1 regular expressions.
> How's MSVC with TR1?
AFAIK support is included in the VC9 (Visual Studio 2008) SP1 (and
prior to that in a "feature pack") but is not available in VC8 (Visual
Studio 2005) at all.
> My inclination is to prefer standards to custom code that we have to
> maintain but maybe TR1 is too new.
There are at least some (including us) users of VC8 with LLVM so TR1
is likely not an option for us, sadly.
--
Stefanus Du Toit <stefanus.dutoit at rapidmind.com>
RapidMind Inc.
phone: +1 519 885 5455 x116 -- fax: +1 519 885 1463
More information about the llvm-commits
mailing list