[llvm-commits] [llvm] r169603 - in /llvm/trunk: include/llvm/MC/MCELFStreamer.h lib/MC/MCELFStreamer.cpp
Nadav Rotem
nrotem at apple.com
Fri Dec 7 17:14:52 PST 2012
>
> +
> +#include <stdint.h>
> +
stdint.h is not available under windows. This patch broke the windows build. Logan, can you please fix it ASAP ?
More information about the llvm-commits
mailing list