This places the control block after the AST block in PCMs so that the AST block
can be more easily hashed.
The next patch is at D79998
Paths
| Differential D79993
Place control block after AST block in PCM files (Patch series 1/3) AbandonedPublic Authored by dang on May 15 2020, 4:02 AM.
Details
Diff Detail
Event Timelinedang retitled this revision from Place control block after AST block in PCM files to Place control block after AST block in PCM files (Patch series 1/3).May 15 2020, 4:40 AM Comment Actions After some further discussion offline with @Bigcheese the cleaner course of action is to make the AST block relocatable see revision D80383
Revision Contents
Diff 264200 clang/include/clang/Serialization/ASTWriter.h
clang/lib/Serialization/ASTReader.cpp
clang/lib/Serialization/ASTWriter.cpp
|