This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][PowerPC][Driver] Allow setting crypto feature through -mcrypto.
AbandonedPublic

Authored by tcwang on Apr 8 2019, 4:50 PM.

Details

Reviewers
espindola
Summary

This enables -mcrypto and -mno-crypto to enable/disable crypto feature to Clang.
Before this change, -m(no-)crypto is exclusively for Power8. We want to add this feature
to ARM/AArch64 as well. With -mcrypto is specified, +crypto will be passed as
a feature to ARM/AArch64/Power8, and -mno-cypto will pass -crypto.

Event Timeline

tcwang created this revision.Apr 8 2019, 4:50 PM
tcwang abandoned this revision.Apr 8 2019, 4:51 PM