This is an archive of the discontinued LLVM Phabricator instance.

Triple: Add amdcov1/amdcov2 environments
AbandonedPublic

Authored by tstellarAMD on Apr 19 2016, 1:24 PM.

Details

Reviewers
kzhuravl
arsenm
Summary

These are used to specify which version of the AMD code object format
the compiler should emit.

Diff Detail

Event Timeline

tstellarAMD retitled this revision from to Triple: Add amdcov1/amdcov2 environments.
tstellarAMD updated this object.
tstellarAMD added reviewers: arsenm, kzhuravl.
tstellarAMD added a subscriber: llvm-commits.
arsenm edited edge metadata.Apr 19 2016, 1:31 PM

I thought v1 support was being removed, so do we need to be able to distinguish it?

tstellarAMD abandoned this revision.Apr 29 2016, 7:33 AM

We are dropping v1 support, so no need to add new triples.