From 23f101f37937a1bd4a29726cab2f76e0fb038b35 Mon Sep 17 00:00:00 2001 From: patrick Date: Sun, 23 Jun 2019 21:36:31 +0000 Subject: Import LLVM 8.0.0 release including clang, lld and lldb. --- gnu/llvm/lib/ObjectYAML/CodeViewYAMLDebugSections.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/llvm/lib/ObjectYAML/CodeViewYAMLDebugSections.cpp') diff --git a/gnu/llvm/lib/ObjectYAML/CodeViewYAMLDebugSections.cpp b/gnu/llvm/lib/ObjectYAML/CodeViewYAMLDebugSections.cpp index 6debd8ab0c6..4deeae87801 100644 --- a/gnu/llvm/lib/ObjectYAML/CodeViewYAMLDebugSections.cpp +++ b/gnu/llvm/lib/ObjectYAML/CodeViewYAMLDebugSections.cpp @@ -511,7 +511,7 @@ std::shared_ptr YAMLFrameDataSubsection::toCodeViewSubsection( const codeview::StringsAndChecksums &SC) const { assert(SC.hasStrings()); - auto Result = std::make_shared(); + auto Result = std::make_shared(true); for (const auto &YF : Frames) { codeview::FrameData F; F.CodeSize = YF.CodeSize; -- cgit v1.2.3-59-g8ed1b