brintos

brintos / llvm-project-archived public Read only

0
0
Text · 241 B · 07bac41 Raw
12 lines · plain
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