[all-commits] [llvm/llvm-project] 6f85ec: [Tools] Fixed bug with llvm/utils/chunk-print-befo...

KirillVNaumov via All-commits all-commits at lists.llvm.org
Thu Apr 9 15:25:20 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6f85ec960be44b09d471f8b93e01c22009ff5ed2
      https://github.com/llvm/llvm-project/commit/6f85ec960be44b09d471f8b93e01c22009ff5ed2
  Author: Kirill Naumov <knaumov at azul.com>
  Date:   2020-04-09 (Thu, 09 Apr 2020)

  Changed paths:
    M llvm/utils/chunk-print-before-all.py

  Log Message:
  -----------
  [Tools] Fixed bug with llvm/utils/chunk-print-before-all.py script.

Prior to the fix, the script was not annotating the first line of
chunk-0.ll. Because of that, a compilation with ./bin/opt was failing.

The extra if-statement ensures that the corner case is covered

Reviewed-By: apilipenko

Differential Revision: https://reviews.llvm.org/D76507




More information about the All-commits mailing list