This is an archive of the discontinued LLVM Phabricator instance.

[sema] NFC Unable to build Sema library with MSVC Debug target due to missing /bigobj
ClosedPublic

Authored by MyDeveloperDay on May 2 2020, 8:45 AM.

Details

Summary

Unable to build sema library on MSVC with Debug target

C:\clang\llvm-project\clang\lib\Sema\SemaOpenMP.cpp : fatal error C1128: number of sections exceeded object file format limit: compile with /bigobj

Diff Detail

Event Timeline

MyDeveloperDay created this revision.May 2 2020, 8:45 AM
This revision is now accepted and ready to land.May 2 2020, 9:19 AM
This revision was automatically updated to reflect the committed changes.