[all-commits] [llvm/llvm-project] 1ed359: [Dexter] Remove clang-opt-bisect analyzer tool (#1...
Jeremy Morse via All-commits
all-commits at lists.llvm.org
Mon Feb 24 03:57:14 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1ed359e6826590cc77f62af906b6cf4b5354a7fb
https://github.com/llvm/llvm-project/commit/1ed359e6826590cc77f62af906b6cf4b5354a7fb
Author: Jeremy Morse <jeremy.morse at sony.com>
Date: 2025-02-24 (Mon, 24 Feb 2025)
Changed paths:
R cross-project-tests/debuginfo-tests/dexter/dex/tools/clang_opt_bisect/Tool.py
Log Message:
-----------
[Dexter] Remove clang-opt-bisect analyzer tool (#128165)
The idea behind this tool was that you'd instrument a source file to
measure its debug-info quality, then watch as it progressively got worse
with more optimisations being enabled in clang. However we've since
stripped the "building" portions of Dexter out as they were ill placed,
which makes this tooling redundant. The lack of __init__.py adjacent to
it means it couldn't be run anyway.
The core idea behind this is still sound; just it's best placed on the
other side of the build system, something that Dexter shouldn't try to
solve.
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