Explain the `run-make/debugger-visualizer-dep-info` Python script

This commit is contained in:
Zalathar 2024-08-22 11:51:02 +10:00
parent a32d4a0e82
commit 7232a07f5a
1 changed files with 6 additions and 1 deletions

View File

@ -1 +1,6 @@
# empty
# This is a Python script, but we don't actually run it.
# So if you're trying to remove Python scripts from the test suite,
# be aware that there's no value in trying to get rid of this one.
#
# It just needs to exist so that the compiler can embed it via
# `#![debugger_visualizer(gdb_script_file = "...")]`.