[LLVMdev] [PATCH 2/2] Make Program::ExecuteNoWait return a process ID.

Mikhail Glushenkov foldr at codedgers.com
Thu Jul 16 19:48:09 PDT 2009


Hi Daniel,

Daniel Dunbar <daniel <at> zuster.org> writes:

> 
> Ultimately I think a better API would be to provide a generic class
> which represents an executed operating system process, and includes
> operations to wait for its completion, redirect its IO, communicate
> with it, etc. This would be a big improvement over the current
> monolithic function.

I agree, but my application needs access to the process ID. So if
I'll start implementing such class, it'll have a getPID()
method or similar :)




More information about the llvm-dev mailing list