[all-commits] [llvm/llvm-project] 276a5b: [LLDB] Actually fix the win-i386-line-table.s test...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Wed Dec 4 13:55:43 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 276a5b2d5f1faf15616aa9dcefb55d1b1e5976ed
https://github.com/llvm/llvm-project/commit/276a5b2d5f1faf15616aa9dcefb55d1b1e5976ed
Author: Martin Storsjö <martin at martin.st>
Date: 2019-12-04 (Wed, 04 Dec 2019)
Changed paths:
M lldb/test/Shell/SymbolFile/DWARF/win-i386-line-table.s
Log Message:
-----------
[LLDB] Actually fix the win-i386-line-table.s test when executed on windows
The previous fix attempt, in 62a635e864e0, used too much escaping
for the backslashes.
But instead of using regexes to match both path separator forms,
remove the path altogether to unify the output from the testcase
between platforms.
More information about the All-commits
mailing list