https://bugs.llvm.org/show_bug.cgi?id=26089

Yaron Keren <yaron.ke...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
 Fixed By Commit(s)|                            |80bd6ae13ea23d453a1f45d6ccd
                   |                            |bfc7d0c877bb0
                 CC|                            |yaron.ke...@gmail.com
         Resolution|---                         |FIXED

--- Comment #1 from Yaron Keren <yaron.ke...@gmail.com> ---
https://github.com/llvm/llvm-project/commit/80bd6ae13ea23d453a1f45d6ccdbfc7d0c877bb0

On Windows build, making the /bigobj flag global , instead of passing…
… it per file.

To avoid having this flag be passed in per/file manner, we are instead
passing it globally.

This fixes this bug: https://bugs.llvm.org/show_bug.cgi?id=46733

Reviewed-by: aaron.ballman, beanz, meinersbur

Differential Revision: https://reviews.llvm.org/D84038

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to