[PATCH] D81362: [Alignment][NFC] Deprecate dead code from CallingConvLower.h

Christopher Tetreault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 8 10:30:19 PDT 2020


ctetreau added a comment.

It looks like this function isn't actually dead code. I'm getting a ton of deprecation warnings about it on my master build, and this build bot run from one commit after yours that fixed the build failure has a bunch: http://lab.llvm.org:8011/builders/llvm-clang-x86_64-win-fast/builds/17308

I thought the build bots built with -werror? How are these builds passing?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81362





More information about the llvm-commits mailing list