This is an archive of the discontinued LLVM Phabricator instance.

[WIP][OpenMP] Move reading of OpenMPHostIR to ASTContext
AbandonedPublic

Authored by Hahnfeld on Aug 18 2018, 7:11 AM.

Details

Reviewers
None
Summary

For reuse during Sema analysis.

Diff Detail

Event Timeline

Hahnfeld created this revision.Aug 18 2018, 7:11 AM
Hahnfeld planned changes to this revision.Aug 18 2018, 7:11 AM

I'm pretty sure we don't want to do it like this. ASTContext was just the first data structure I found to be available during both Sema and CodeGen.

Hahnfeld abandoned this revision.Aug 26 2018, 6:05 AM