[PATCH] D21142: [PDB] Move PDB functions to a separate file.
Christof Douma via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 9 05:06:25 PDT 2016
Hi Rui.
This patch breaks the LLVM build on Windows. For example:
http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/12912
Seems the new Hash.cpp and Hash.h need <cstdint>.
Regards,
Christof
On 09/06/2016 00:18, "llvm-commits on behalf of Rui Ueyama via
llvm-commits" <llvm-commits-bounces at lists.llvm.org on behalf of
llvm-commits at lists.llvm.org> wrote:
>This revision was automatically updated to reflect the committed changes.
>Closed by commit rL272223: [PDB] Move PDB functions to a separate file.
>(authored by ruiu).
>
>Changed prior to commit:
> http://reviews.llvm.org/D21142?vs=60112&id=60113#toc
>
>Repository:
> rL LLVM
>
>http://reviews.llvm.org/D21142
>
>Files:
> llvm/trunk/include/llvm/DebugInfo/PDB/Raw/Hash.h
> llvm/trunk/lib/DebugInfo/PDB/CMakeLists.txt
> llvm/trunk/lib/DebugInfo/PDB/Raw/Hash.cpp
> llvm/trunk/lib/DebugInfo/PDB/Raw/NameHashTable.cpp
>
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
More information about the llvm-commits
mailing list