[PATCH] D41597: CMAKE: disable -mbig-obj for mingw clang asm

Martell Malone via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 2 02:58:53 PST 2018


martell added a comment.

In https://reviews.llvm.org/D41597#964538, @rnk wrote:

> Looks good. Maybe we should also fix clang to accept this flag, though?


We should be able to add it as an ignored flag much like the /bigobj flag for clang-cl
Since https://reviews.llvm.org/rL217812 clang implicitly creates bigobj files when needed.
Will update to reflect when I get the chance.


Repository:
  rL LLVM

https://reviews.llvm.org/D41597





More information about the llvm-commits mailing list