summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCStreamer.cpp
diff options
context:
space:
mode:
authorNirav Dave <niravd@google.com>2018-04-27 16:11:24 +0000
committerNirav Dave <niravd@google.com>2018-04-27 16:11:24 +0000
commit38b4b54a2cd4ff0f41a62dd93e9c340922f0a64f (patch)
tree7125fb361bf048e59ca06cb0830b978aa954b516 /llvm/lib/MC/MCStreamer.cpp
parentb2aa89c9092cadaa4b865ec95eb93d43029ded04 (diff)
downloadbcm5719-llvm-38b4b54a2cd4ff0f41a62dd93e9c340922f0a64f.tar.gz
bcm5719-llvm-38b4b54a2cd4ff0f41a62dd93e9c340922f0a64f.zip
[MC] Provide default value for IsResolved.
llvm-svn: 331052
Diffstat (limited to 'llvm/lib/MC/MCStreamer.cpp')
-rw-r--r--llvm/lib/MC/MCStreamer.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCStreamer.cpp b/llvm/lib/MC/MCStreamer.cpp
index 776569894a5..89d418d6743 100644
--- a/llvm/lib/MC/MCStreamer.cpp
+++ b/llvm/lib/MC/MCStreamer.cpp
@@ -75,7 +75,8 @@ void MCTargetStreamer::emitValue(const MCExpr *Value) {
void MCTargetStreamer::emitAssignment(MCSymbol *Symbol, const MCExpr *Value) {}
MCStreamer::MCStreamer(MCContext &Ctx)
- : Context(Ctx), CurrentWinFrameInfo(nullptr) {
+ : Context(Ctx), CurrentWinFrameInfo(nullptr),
+ UseAssemblerInfoForParsing(false) {
SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>());
}
OpenPOWER on IntegriCloud