This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] add ppc64le target arch
ClosedPublic

Authored by willschm on Oct 30 2014, 3:25 PM.

Details

Summary

When run on a ppc64le based platform, the check-sanitizer build looks for objects with the powerpc64le name. i.e. asan-powerpc64le.a
This change allows those objects to be built.

Diff Detail

Repository
rL LLVM

Event Timeline

willschm updated this revision to Diff 15584.Oct 30 2014, 3:25 PM
willschm retitled this revision from to [compiler-rt] add ppc64le target arch.
willschm updated this object.
willschm edited the test plan for this revision. (Show Details)
willschm added reviewers: kcc, samsonov, wschmidt.
willschm set the repository for this revision to rL LLVM.
willschm added subscribers: willschm, Unknown Object (MLST).
samsonov accepted this revision.Oct 30 2014, 5:17 PM
samsonov edited edge metadata.

LGTM

This revision is now accepted and ready to land.Oct 30 2014, 5:17 PM
willschm closed this revision.Nov 5 2014, 8:46 AM
willschm updated this revision to Diff 15813.

Closed by commit rL221356 (authored by @willschm).