]> granicus.if.org Git - clang/commit
Compile CodeGenModule.cpp with /bigobj.
authorPeter Collingbourne <peter@pcc.me.uk>
Tue, 26 Jun 2018 17:45:26 +0000 (17:45 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Tue, 26 Jun 2018 17:45:26 +0000 (17:45 +0000)
commit032d43a8fe02938486e7d60c9f738a6e34be0fa6
tree0162c66b7b26db24f582e32ef7879733d9f9fb41
parentd0be2a09df65ce879927a55fa21eddb0eccaba7f
Compile CodeGenModule.cpp with /bigobj.

Apparently we're now hitting an object file section limit on this
file with expensive checks enabled.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@335636 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CMakeLists.txt