[PATCH] D46303: [AsmPrinter] Allow emitting codeview for any windows target

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 8 11:16:23 PDT 2018


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

lgtm

One thing that users will need to look out is that Microsoft debuggers make assumptions about how the C++ ABI works. If you debug classes with interesting virtual adjustments, you probably won't see the right data members. At some point, it might be good to write a holistic document about Clang's Windows support, detailing which features are available in mingw vs msvc environments. Maybe we already have one that I forgot about.


https://reviews.llvm.org/D46303





More information about the llvm-commits mailing list