This is an archive of the discontinued LLVM Phabricator instance.

[AST][NFC] Remove temporary ASTTU file from Introspection generation.
ClosedPublic

Authored by njames93 on Apr 12 2021, 2:10 PM.

Details

Summary

We can use the Preprocessor to remap this file, cleaning up the cmake code.

Diff Detail

Event Timeline

njames93 created this revision.Apr 12 2021, 2:10 PM
njames93 requested review of this revision.Apr 12 2021, 2:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 12 2021, 2:10 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
njames93 updated this revision to Diff 336960.Apr 12 2021, 2:14 PM

Add new line at the end of remapped file.

njames93 updated this revision to Diff 337249.Apr 13 2021, 1:35 PM

Use InMemoryFileSystem instead of Remapped files, turns out they don't work if the file doesn't exist on disk.

steveire accepted this revision.Apr 14 2021, 3:50 PM
This revision is now accepted and ready to land.Apr 14 2021, 3:50 PM