This is an archive of the discontinued LLVM Phabricator instance.

ARCMigrate: Stop abusing PreprocessorOptions for passing back file remappings, NFC
ClosedPublic

Authored by dexonsmith on Nov 5 2020, 2:26 PM.

Details

Summary

As part of reducing use of PreprocessorOptions::RemappedFileBuffers, stop abusing it to pass information around remapped files in ARCMigrate. This simplifies an eventual follow-up to switch to using an InMemoryFileSystem for this.

Diff Detail

Event Timeline

dexonsmith created this revision.Nov 5 2020, 2:26 PM
dexonsmith requested review of this revision.Nov 5 2020, 2:26 PM
This revision is now accepted and ready to land.Dec 1 2020, 8:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 2 2020, 4:29 PM