[LLVMdev] OpenBSD port in progress

Dan Gohman gohman at apple.com
Sun Sep 21 09:34:47 PDT 2008


On Sat, September 20, 2008 11:24 pm, Arnaud Bergeron wrote:
> maybe.patch is for the 2 cases where \< and \> are used.  On linux
> these match the end and the start of a word.  To get equivalent
> behavior on OpenBSD you have to use [[:<:]] and [[:>:]] and this
> doesn't work on linux (or mac).  Seeing how they are used, they could
> be either removed (which is what maybe.patch does) or replaced by
> simple non-word character matching.

Replacing them would be better than removing them. In these two
tests, the patterns should be preceded and followed by tab
characters.

Thanks,

Dan





More information about the llvm-dev mailing list