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
Differential D79292
[sema] NFC Unable to build Sema library with MSVC Debug target due to missing /bigobj MyDeveloperDay on May 2 2020, 8:45 AM. Authored by
Details 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
|