[lldb-dev] Can someone compile and run this on Linux?

Tim Northover t.p.northover at gmail.com
Tue Jan 20 15:45:18 PST 2015


Hi Greg,

> The code below fails to match the string "a" to the regex "^a$" on MacOSX if both "REG_EXTENDED | REG_ENHANCED" are specified, but it will pass if just REG_ENHANCED is used.

REG_ENHANCED doesn't appear to exist in regex.h derived from
glibc-2.19. Is it a new flag?

Cheers.

Tim



More information about the lldb-dev mailing list