[PATCH] D139974: [llvm][ADT] Fix Any with msvc and lto

Joe Loser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 17 10:28:10 PST 2022


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

LGTM with just removing the `const`.  Please add a comment though as we don't have an existing regression test to show this (i.e. prevent someone from adding `const` back IIUC).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139974



More information about the llvm-commits mailing list