This is an archive of the discontinued LLVM Phabricator instance.

Add #includes so that ROCm.h is compilable stand-alone.
ClosedPublic

Authored by saugustine on Jun 8 2020, 2:16 PM.

Details

Summary

ROCm.h had been getting the declarations for various data structures
by being #included next to them, rather than #includeing them itself.

This change fixes that by explicitly including the appropriate headers.

Diff Detail

Event Timeline

saugustine created this revision.Jun 8 2020, 2:16 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 8 2020, 2:16 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript

For post-commit review.

This revision was not accepted when it landed; it landed in state Needs Review.Jun 8 2020, 2:26 PM
This revision was automatically updated to reflect the committed changes.