Skip to content

[Driver][NFC] Update usage of array container used for triple aliases #4016

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 29, 2021

Conversation

mdtoguchi
Copy link
Contributor

This class does not own the underlying data, it is
expected to be used in situations where the data resides in some
other buffer, whose lifetime extends past that of the ArrayRef. For
this reason, it is not in general safe to store an ArrayRef.
"Source: https://llvm.org/doxygen/classllvm_1_1ArrayRef.html

This class does not own the underlying data, it is
expected to be used in situations where the data resides in some
other buffer, whose lifetime extends past that of the ArrayRef. For
this reason, it is not in general safe to store an ArrayRef.
"Source: https://llvm.org/doxygen/classllvm_1_1ArrayRef.html
@mdtoguchi mdtoguchi requested a review from AGindinson as a code owner June 29, 2021 00:47
@bader bader merged commit b3ebc62 into intel:sycl Jun 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants