[PATCH] D62638: [analyzer] A Python script to prettify the ExplodedGraph dumps.

Artem Dergachev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 4 19:08:52 PDT 2019


NoQ marked an inline comment as done.
NoQ added a comment.

In D62638#1529170 <https://reviews.llvm.org/D62638#1529170>, @krytarowski wrote:

> This commit breaks the NetBSD buildbot node.


rC362574 <https://reviews.llvm.org/rC362574>.



================
Comment at: cfe/trunk/utils/analyzer/exploded-graph-rewriter.py:1
+#!/usr/bin/env python
+
----------------
Charusso wrote:
> ```
> # something else then
> #
> #==- exploded-graph-rewriter.py - Simplifies the ExplodedGraph -*- python -*-==#
> #
> # Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
> # See https://llvm.org/LICENSE.txt for license information.
> # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
> #
> #===------------------------------------------------------------------------===#
> ```
> Whoops!
rC362575.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62638/new/

https://reviews.llvm.org/D62638





More information about the llvm-commits mailing list