xref: /llvm-project/clang/test/SemaCXX/warn-unsafe-buffer-usage-debug-unclaimed/lit.local.cfg (revision a4323586fcbb20f39f00d5d1bc4a94a1aeea15c4)
1# -*- Python -*-
2
3config.substitutions.append(
4  (
5    "%analyze_safe_buffer_debug_notes",
6    "'%s' %s" % (
7      config.python_executable,
8      os.path.join(config.clang_src_dir, "utils", "analyze_safe_buffer_debug_notes.py")
9    )
10  )
11)
12