[PATCH] D21142: [PDB] Move PDB functions to a separate file.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 9 11:03:24 PDT 2016


I'm sorry about the breakage. Hans fixed it for me in r272269.

On Thu, Jun 9, 2016 at 9:27 AM, Amjad Aboud <amjad.aboud at intel.com> wrote:

> aaboud added a subscriber: aaboud.
>
> ================
> Comment at: llvm/trunk/include/llvm/DebugInfo/PDB/Raw/Hash.h:14
> @@ +13,3 @@
> +#include "llvm/ADT/StringRef.h"
> +
> +namespace llvm {
> ----------------
> This patch broke the build, please add this line to fix it:
> #include <stdint.h>
>
>
>
> Repository:
>   rL LLVM
>
> http://reviews.llvm.org/D21142
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160609/664f4da5/attachment.html>


More information about the llvm-commits mailing list