[all-commits] [llvm/llvm-project] f79bac: [mlir] [Python] Fix misused `lldb_build_directory`...
Luohao Wang via All-commits
all-commits at lists.llvm.org
Wed Jan 15 18:29:05 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f79bacb485bfb2d12bc0a223cc35d2e5fb75fbf7
https://github.com/llvm/llvm-project/commit/f79bacb485bfb2d12bc0a223cc35d2e5fb75fbf7
Author: Luohao Wang <luohaothu at live.com>
Date: 2025-01-16 (Thu, 16 Jan 2025)
Changed paths:
M mlir/test/lit.cfg.py
Log Message:
-----------
[mlir] [Python] Fix misused `lldb_build_directory` in MLIR's test script (#122596)
Related to #121288
This PR fixes the miscopied `config.lldb_build_directory` variable in
`lit.cfg.py` inside MLIR's test suit. `config.mlir_obj_root` is used as
a replacement for the copied python executable's directory.
**PS**: Since this is a common work-around on macOS, should we promote
it as a utility across projects?
Co-authored-by: Luohao Wang <Luohaothu at users.noreply.github.com>
Co-authored-by: Kai Sasaki <lewuathe at gmail.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list