[Lldb-commits] [PATCH] D63467: [Reproducers] Make reproducer relocatable

2019-06-19 Thread Jan Kratochvil via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D63467: [Reproducers] Make reproducer relocatable

2019-06-18 Thread Jonas Devlieghere via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL363697: [Reproducers] Make reproducer relocatable (authored by JDevlieghere, committed by ). Herald added a project: LLVM. Herald added a subscriber: llvm-commits. Changed prior to commit: https://revie

[Lldb-commits] [PATCH] D63467: [Reproducers] Make reproducer relocatable

2019-06-17 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere created this revision. JDevlieghere added reviewers: labath, aprantl, bruno. Herald added a subscriber: dexonsmith. Herald added a project: LLDB. Before this patch, reproducers weren't relocatable. The reproducer contained hard coded paths in the VFS mapping, as well in the yaml file