[all-commits] [llvm/llvm-project] cb5926: [lldb] Make TestOptionValueFileColonLine work on W...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Jul 20 23:18:17 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cb5926795aaf4ca0059e8e4f985fcfd156a71477
https://github.com/llvm/llvm-project/commit/cb5926795aaf4ca0059e8e4f985fcfd156a71477
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-07-20 (Mon, 20 Jul 2020)
Changed paths:
M lldb/unittests/Interpreter/TestOptionValueFileColonLine.cpp
Log Message:
-----------
[lldb] Make TestOptionValueFileColonLine work on Windows
The colon in the file name is interpreted as a drive name and therefore
the path looks like foo:\\bar.c. Compare FileSpecs instead of their
string representation so we don't have to worry about that.
More information about the All-commits
mailing list