Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / SemaCXX / warn-unsafe-buffer-usage-debug-unclaimed / lit.local.cfg
blob07bac415a1a64c0c84caa9bf59e709f0044199af
1 # -*- Python -*-
3 config.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   )