[PATCH] D21142: [PDB] Move PDB functions to a separate file.
Amjad Aboud via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 9 09:27:37 PDT 2016
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
More information about the llvm-commits
mailing list