[PATCH] D51746: Replace clang-x86-windows-msvc2015 with an x64 VS 2017 build script

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 10 17:04:51 PDT 2018


rnk added a comment.

In https://reviews.llvm.org/D51746#1229744, @zturner wrote:

> I don't really know how any of this stuff works, but do we need the `LLVM_ENABLE_PDB=ON`?


It mirrors our existing configuration which uses RelWithDebInfo, and it helps us find bugs in our handling of debug info. Of course, nothing checks that the info we write is any good, but we do find crash and assert bugs in LLVM's codeview code this way.


https://reviews.llvm.org/D51746





More information about the llvm-commits mailing list