This is an archive of the discontinued LLVM Phabricator instance.

Compile the RecursiveASTVisitor callbacks test with "/bigobj"
ClosedPublic

Authored by gribozavr on Jun 29 2020, 6:47 AM.

Details

Summary

This file was exceeding a limit in MSVC:

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

Diff Detail

Event Timeline

gribozavr created this revision.Jun 29 2020, 6:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 29 2020, 6:47 AM
erichkeane accepted this revision.Jun 29 2020, 6:49 AM
erichkeane added inline comments.
clang/unittests/Tooling/CMakeLists.txt
10

Just a nit, but I think we want to alphabetically order these like include files (so after the ExprVisitor below).

This revision is now accepted and ready to land.Jun 29 2020, 6:49 AM
gribozavr updated this revision to Diff 274108.Jun 29 2020, 7:08 AM

Order lines alphabetically.

gribozavr2 added inline comments.
clang/unittests/Tooling/CMakeLists.txt
10

Done, thanks!

jmorse added a subscriber: jmorse.Jun 29 2020, 7:30 AM
This revision was automatically updated to reflect the committed changes.