[PATCH] D142214: [MC] Do not copy MCInstrDescs. NFC.

Ilya Biryukov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 24 02:47:43 PST 2023


ilya-biryukov added a comment.

In D142214#4076245 <https://reviews.llvm.org/D142214#4076245>, @foad wrote:

> Interesting. Is there any easy way I can test building in C++20 mode on my own machine?

`cmake -DCMAKE_CXX_STANDARD=20` should give the C++20 build. However, make sure to have a ~new compiler. Clang 15 or GCC 12 should do the trick.

I have sent https://github.com/llvm/llvm-project/commit/f3d64644d8d75f9317421fe5b9b0f2d030a1a63f to unbreak our integrate, but actually want to help re-enable the enforcement that the type is not copied today.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142214



More information about the llvm-commits mailing list