[PATCH] D49753: [windows] Don't inline fieldFromInstruction on Windows

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 24 13:42:59 PDT 2018


zturner added a comment.

I don’t use the vs generator and I don’t explicitly pass enable assertions

off (isn’t that the default for release builds)? I do build release
===================================================================

builds with no debug info though.

Note that clang-cl probably doesn’t have this bug, so the check should
probably be _MSC_VER && !__clang__


Repository:
  rL LLVM

https://reviews.llvm.org/D49753





More information about the llvm-commits mailing list