diff options
Diffstat (limited to 'llvm/lib/MC/MCCodeView.cpp')
| -rw-r--r-- | llvm/lib/MC/MCCodeView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCCodeView.cpp b/llvm/lib/MC/MCCodeView.cpp index 5d7914396e09..1f9825185175 100644 --- a/llvm/lib/MC/MCCodeView.cpp +++ b/llvm/lib/MC/MCCodeView.cpp @@ -166,7 +166,7 @@ void CodeViewContext::emitStringTable(MCObjectStreamer &OS) { // somewhere else. If somebody wants two string tables in their .s file, one // will just be empty. if (!StrTabFragment) { - StrTabFragment = Ctx.allocFragment<MCDataFragment>(); + StrTabFragment = Ctx.allocFragment<MCFragment>(); OS.insert(StrTabFragment); } |
