On 26/11/2021 09:27, Miklos Vajna wrote:
On Wed, Nov 24, 2021 at 10:58:12AM +0100, Stephan Bergmann <sbergman@xxxxxxxxxx> wrote:
There's the horribly outdated
<https://wiki.documentfoundation.org/Development/clang-cl> that Ilmari
already mentioned, But setting up LLVM/Clang (which should only be
necessary if you want to --enable-compiler-plugins, which is my motivation
for doing those clang-cl builds; otherwise, the Clang bundled with VS
probably works fine) and doing a LO build with it has become much simpler
since when I wrote that. (If there is demand, I could try and update the
wiki page, just ping me.)
If you have a bit of time to update that, I would appreciate it. I hit
some puzzling MSVC compile error in windows-specific code form time to
time, and it's helpful to understand if the problem is specific to MSVC
or a general C++ thing.
Does
<https://wiki.documentfoundation.org/index.php?title=Development/clang-cl&oldid=423037>
"Update for current master and Clang binaries" cover your needs there?
(Thanks a lot to Luboš for updating that!)