bolt/deps/llvm-18.1.8/clang/test/SemaCXX/warn-unsafe-buffer-usage-debug-unclaimed/lit.local.cfg
2025-02-14 19:21:04 +01:00

11 lines
241 B
Python

# -*- Python -*-
config.substitutions.append(
(
"%analyze_safe_buffer_debug_notes",
"'%s' %s" % (
config.python_executable,
os.path.join(config.clang_src_dir, "utils", "analyze_safe_buffer_debug_notes.py")
)
)
)