This is an archive of the discontinued LLVM Phabricator instance.

Fix coverage-ld.c on systems with an Android linker in $PATH
ClosedPublic

Authored by • ehsan on Mar 24 2015, 6:04 PM.

Details

Summary

On my system, clang tries to invoke /path/to/arm-linux-androideabi-ld
as the linker for Android, and the regex inside the test file considers
this as unacceptable.

Diff Detail

Repository
rL LLVM

Event Timeline

• ehsan updated this revision to Diff 22623.Mar 24 2015, 6:04 PM
• ehsan retitled this revision from to Fix coverage-ld.c on systems with an Android linker in $PATH.
• ehsan updated this object.
• ehsan edited the test plan for this revision. (Show Details)
• ehsan added a reviewer: samsonov.
• ehsan added a subscriber: Unknown Object (MLST).
samsonov accepted this revision.Mar 25 2015, 12:07 PM
samsonov edited edge metadata.

LGTM

This revision is now accepted and ready to land.Mar 25 2015, 12:07 PM
This revision was automatically updated to reflect the committed changes.