Include file error

Dear LLVM developers,

Gary Benson has been doing some great work recently on a project known
as Shark. This takes Sun's OpenJDK and uses LLVM as a JIT to allow it
to target new architectures such as PowerPC.

This morning, I tried building this and ran into an issue with the
latest svn checkout of LLVM. Although it builds fine, it seems that
Argument.h is missing a vital header file which causes the Shark build
to fail. Andrew Haley spotted this and provided me with the attached
patch that solved the problem. We'd be grateful if you could also fix
this issue upstream.

Thanks,

llvm-argument_header.patch (327 Bytes)

Hello Andrew, this patch is now applied. Thanks!

Dan