This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Add PPC64 as supported for Scudo
ClosedPublic

Authored by cryptoad on Jul 2 2018, 9:08 AM.

Details

Summary

Scudo works on PPC64 as is, so mark the architecture as supported for it. This
will also require a change to config-ix.cmake on the compiler-rt side.

Update the tests accordingly.

Diff Detail

Repository
rC Clang

Event Timeline

cryptoad created this revision.Jul 2 2018, 9:08 AM
alekseyshl accepted this revision.Jul 2 2018, 1:57 PM
This revision is now accepted and ready to land.Jul 2 2018, 1:57 PM
This revision was automatically updated to reflect the committed changes.