[PATCH] D125278: [GlobalOpt] Relax the check for ctor priorities

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 13 05:54:29 PDT 2022


nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.

LGTM. I don't think the signedness here particularly matters, as priorities larger than 65535 aren't legal anyway.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125278



More information about the llvm-commits mailing list