This is an archive of the discontinued LLVM Phabricator instance.

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

Summary

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

Diff Detail

Event Timeline

dang created this revision.May 15 2020, 4:02 AM
Herald added a project: Restricted Project. · View Herald Transcript
dang edited the summary of this revision. (Show Details)May 15 2020, 4:06 AM
dang 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
dang edited the summary of this revision. (Show Details)May 15 2020, 5:22 AM
dang abandoned this revision.May 21 2020, 9:18 AM

After some further discussion offline with @Bigcheese the cleaner course of action is to make the AST block relocatable see revision D80383