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

Stella Stamenova via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 24 13:34:51 PDT 2018


stella.stamenova added a comment.

I don't know if it impacts all shipping versions since we only test with the latest versions. I would suspect that you either build with assertions set to ON or you include debug information when you build. Here's the CMAKE command line that reproduces this:

-DCMAKE_BUILD_TYPE=Release -G "Visual Studio 15 2017 Win64" -Thost=x64 -DLLVM_ENABLE_ASSERTIONS=OFF


Repository:
  rL LLVM

https://reviews.llvm.org/D49753





More information about the llvm-commits mailing list