[all-commits] [llvm/llvm-project] 1cf2e4: Compile the RecursiveASTVisitor callbacks test wit...

Dmitri Gribenko via All-commits all-commits at lists.llvm.org
Mon Jun 29 08:05:26 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1cf2e45c19ffc0635c96279779df43ba51630bba
      https://github.com/llvm/llvm-project/commit/1cf2e45c19ffc0635c96279779df43ba51630bba
  Author: Dmitri Gribenko <gribozavr at gmail.com>
  Date:   2020-06-29 (Mon, 29 Jun 2020)

  Changed paths:
    M clang/unittests/Tooling/CMakeLists.txt

  Log Message:
  -----------
  Compile the RecursiveASTVisitor callbacks test with "/bigobj"

Summary:
This file was exceeding a limit in MSVC:

fatal error C1128: number of sections exceeded object file format limit: compile with /bigobj

Reviewers: erichkeane

Reviewed By: erichkeane

Subscribers: jmorse, gribozavr2, mgorny, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D82766




More information about the All-commits mailing list