This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Report an error for -faltivec on anything other than PowerPC.
Needs ReviewPublic

Authored by gtbercea on Jan 31 2017, 3:57 PM.

Details

Summary

When performing an offload, throw an error if the host tool chain uses the altivec flag on an architecture other than PowerPC.

Diff Detail

Repository
rL LLVM

Event Timeline

gtbercea created this revision.Jan 31 2017, 3:57 PM
ABataev edited edge metadata.Feb 1 2017, 1:04 AM

Did not find any errors in this patch, neither in code, nor in test