[all-commits] [llvm/llvm-project] d3d9bb: [LLDB] Fix TestBase.generateSource for AArch64/Win...
Omair Javaid via All-commits
all-commits at lists.llvm.org
Tue Jun 7 08:25:51 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d3d9bbd104368850d5e362ce8c5982f468272ae8
https://github.com/llvm/llvm-project/commit/d3d9bbd104368850d5e362ce8c5982f468272ae8
Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
Date: 2022-06-07 (Tue, 07 Jun 2022)
Changed paths:
M lldb/packages/Python/lldbsuite/test/lldbtest.py
Log Message:
-----------
[LLDB] Fix TestBase.generateSource for AArch64/Windows
This patch adds a minor fix in lldbtest.py TestBase.generateSource
function. Generated Python source with directory paths was not being
escaped properly. This fix makes sure we treat dir path as raw string.
More information about the All-commits
mailing list