Skip to content

Commit

Permalink
[Dexter] Remove clang-opt-bisect analyzer tool (#128165)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jmorse authored Feb 24, 2025
1 parent c80b99d commit 1ed359e
Showing 1 changed file with 0 additions and 343 deletions.

This file was deleted.

0 comments on commit 1ed359e

Please sign in to comment.