[PATCH] D73967: Implement _ExtInt as an extended int type specifier.

Nathaniel McVicar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 17 15:11:12 PDT 2020


NathanielMcVicar added a comment.

I believe this change pushes clang\lib\Sema\SemaTemplateDeduction.cpp over the 16-bit COFF section limit for Windows Debug builds. Could you please resolve it or add /bigobj to the CMakeFile file for MSVC (see clang\lib\CodeGen\CMakeLists.txt). ERROR C1128 <https://docs.microsoft.com/en-us/cpp/error-messages/compiler-errors-1/fatal-error-c1128> Thanks!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73967/new/

https://reviews.llvm.org/D73967





More information about the cfe-commits mailing list