[all-commits] [llvm/llvm-project] 9e194a: [sema] NFC Unable to build Sema library with MSVC ...
MyDeveloperDay via All-commits
all-commits at lists.llvm.org
Sat May 2 11:35:35 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9e194a3b9356c6ef0498609c1779043d1b6bb9e1
https://github.com/llvm/llvm-project/commit/9e194a3b9356c6ef0498609c1779043d1b6bb9e1
Author: mydeveloperday <mydeveloperday at gmail.com>
Date: 2020-05-02 (Sat, 02 May 2020)
Changed paths:
M clang/lib/Sema/CMakeLists.txt
Log Message:
-----------
[sema] NFC Unable to build Sema library with MSVC Debug target due to missing /bigobj
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
```
Reviewed By: aaron.ballman
Subscribers: mgorny, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D79292
More information about the All-commits
mailing list