This is an archive of the discontinued LLVM Phabricator instance.

[asan] [mips] adding support of asan for mipsel arch
ClosedPublic

Authored by sdkie on Oct 4 2014, 12:33 AM.

Details

Summary

cmake/config-ix.cmake: Enabled building of asan for mipsel arch
test/asan/CMakeLists.txt: Enabled testing of asan for mipsel

Diff Detail

Repository
rL LLVM

Event Timeline

sdkie updated this revision to Diff 14423.Oct 4 2014, 12:33 AM
sdkie retitled this revision from to [asan] [mips] adding support of asan for mipsel arch.
sdkie updated this object.
sdkie edited the test plan for this revision. (Show Details)
sdkie added reviewers: kcc, samsonov, petarj.
sdkie set the repository for this revision to rL LLVM.
sdkie added subscribers: farazs, dsanders, mohit.bhakkad, slthakur.
sdkie added a subscriber: Unknown Object (MLST).
samsonov added inline comments.Oct 8 2014, 5:30 PM
test/asan/CMakeLists.txt
132 ↗(On Diff #14423)

Can you merge this case with CAN_TARGET_mips above?

sdkie updated this revision to Diff 14632.Oct 8 2014, 11:56 PM

merged CAN_TARGET_mips and CAN_TARGET_mipsel

samsonov accepted this revision.Oct 9 2014, 6:13 PM
samsonov edited edge metadata.

LGTM

This revision is now accepted and ready to land.Oct 9 2014, 6:13 PM

samsonov: can you commit it for me ?
I don't have commit access.

petarj accepted this revision.Oct 10 2014, 6:56 AM
petarj edited edge metadata.
petarj closed this revision.Oct 10 2014, 6:57 AM
petarj updated this revision to Diff 14724.

Closed by commit rL219496 (authored by @petarj).