[LLVMdev] 2.4 Pre-release (v1) Available for Testing

OvermindDL1 overminddl1 at gmail.com
Sun Oct 12 12:14:15 PDT 2008


On Sun, Oct 12, 2008 at 11:13 AM, Keir Mierle <mierle at gmail.com> wrote:
> Justs to chime in: I'm one of the gtest devs. I'd like to add that gtest is
> very portable, more so than llvm; it even works on WinCE and blackberry. If
> there are specific features needed by LLVM, depending on what it is I may be
> able to get it into gtest.

I noticed that gtest uses fork to test some code points (which is very
useful in systems that abort() like llvm does), but fork() does not
work in VC/win32/etc..., so how does it do it there, just relaunch a
separate process and run just that test, but this time while running
it and bailing out after that run is complete to let the main app know
whether or not it succeeded?



More information about the llvm-dev mailing list