[Lldb-commits] [PATCH] D85175: [test] Use abspath instead of realpath sometimes

2020-08-04 Thread Jordan Rupprecht via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG817b3a6fe3a4: [test] Use abspath instead of realpath sometimes (authored by rupprecht). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D85175/new/ https://rev

[Lldb-commits] [PATCH] D85175: [test] Use abspath instead of realpath sometimes

2020-08-03 Thread Jordan Rupprecht via Phabricator via lldb-commits
rupprecht created this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. rupprecht requested review of this revision. Herald added a subscriber: JDevlieghere. In these two cases, use of `os.path.realpath` is problematic: - The name of the compiler is significant [1]