lldb-mi icon indicating copy to clipboard operation
lldb-mi copied to clipboard

Increase CXX_STANDARD to 17

Open mstorsjo opened this issue 3 years ago • 1 comments

This is now required in order to be able to build with the very latest llvm-project from git main.

mstorsjo avatar Aug 09 '22 06:08 mstorsjo

@tkrasnukha This is really important and hopefully it will be merged as soon as possible.

sunshaoce avatar Aug 09 '22 19:08 sunshaoce

FYI, LLVM 16 is to be branched real soon now, and without this patch, lldb-mi is no longer buildable with LLVM 16.

mstorsjo avatar Jan 24 '23 10:01 mstorsjo

Thanks for your contribution. You may need to modify README.md later. C++14 need to be replaced by C++17.

sunshaoce avatar Apr 05 '23 22:04 sunshaoce