[PATCH] D83991: With MSVC, file needs to be compiled with /BIGOBJ

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 17 02:21:40 PDT 2020


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

> I saw the problem when building tests for LLDB (but, interestingly, not for LLDB itself).

My guess would be this is because this file does not actually get used in lldb. It is used in the clang driver though, which is a dependency for running lldb tests...


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83991/new/

https://reviews.llvm.org/D83991





More information about the llvm-commits mailing list