[llvm-bugs] [Bug 26089] Clang unit test build failure with fatal error C1128: number of sections exceeded
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Aug 20 01:32:45 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=26089
Yaron Keren <yaron.keren at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Fixed By Commit(s)| |80bd6ae13ea23d453a1f45d6ccd
| |bfc7d0c877bb0
CC| |yaron.keren at gmail.com
Resolution|--- |FIXED
--- Comment #1 from Yaron Keren <yaron.keren at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210820/bbaa6914/attachment.html>
More information about the llvm-bugs
mailing list