[Lldb-commits] [PATCH] D63467: [Reproducers] Make reproducer relocatable
Jan Kratochvil via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 19 02:42:03 PDT 2019
jankratochvil marked an inline comment as done.
jankratochvil added inline comments.
================
Comment at: lldb/trunk/source/Utility/FileCollector.cpp:137
- const std::string root = m_root.GetPath();
+ llvm::StringRef root = m_overlay_root.GetPath();
+
----------------
Regression fixed by @labath's rL363770.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63467/new/
https://reviews.llvm.org/D63467
More information about the lldb-commits
mailing list