[all-commits] [llvm/llvm-project] a0d847: Fixed bot failure after d20bf5a7258d4b6a7

Alok Kumar Sharma via All-commits all-commits at lists.llvm.org
Thu May 28 03:14:07 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a0d847c6cdcbe167213d91313577c57073d5c013
      https://github.com/llvm/llvm-project/commit/a0d847c6cdcbe167213d91313577c57073d5c013
  Author: Alok Kumar Sharma <AlokKumar.Sharma at amd.com>
  Date:   2020-05-28 (Thu, 28 May 2020)

  Changed paths:
    M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp

  Log Message:
  -----------
  Fixed bot failure after d20bf5a7258d4b6a7

There were some bot failures due unused funtion `rotateSign`
left in code.

http://lab.llvm.org:8011/builders/clang-ppc64le-rhel/builds/3731

error: unused function 'rotateSign' [-Werror,-Wunused-function]
static uint64_t rotateSign(int64_t I)




More information about the All-commits mailing list