summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2016-05-23 23:52:04 +0000
committerZachary Turner <zturner@google.com>2016-05-23 23:52:04 +0000
commit22067566bcc793c31508a96c84ac93f62e65bc68 (patch)
tree0bbb9b35aec6f3b33f5f26526057868598f1e8c7
parentf82506b889bbf9d0ef11729d853ff68e101d019a (diff)
Fix build error
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270513 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/DebugInfo/CodeView/SymbolRecord.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/DebugInfo/CodeView/SymbolRecord.h b/include/llvm/DebugInfo/CodeView/SymbolRecord.h
index 431fa1bc345..54d114c19b1 100644
--- a/include/llvm/DebugInfo/CodeView/SymbolRecord.h
+++ b/include/llvm/DebugInfo/CodeView/SymbolRecord.h
@@ -114,8 +114,8 @@ public:
return CallerSym(Kind, RecordOffset, Header, Indices);
}
- Hdr Header;
uint32_t RecordOffset;
+ Hdr Header;
ArrayRef<TypeIndex> Indices;
};