This is an archive of the discontinued LLVM Phabricator instance.

Specify target in lifetime-asan test.
ClosedPublic

Authored by vitalybuka on Jun 7 2016, 8:09 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

vitalybuka updated this revision to Diff 59987.Jun 7 2016, 8:09 PM
vitalybuka retitled this revision from to Specify target in lifetime-asan test..
vitalybuka updated this object.
vitalybuka added reviewers: pcc, eugenis.
yaron.keren accepted this revision.Jun 8 2016, 3:14 AM
yaron.keren added a reviewer: yaron.keren.
yaron.keren added a subscriber: yaron.keren.

You mean
Some target platforms do not support -fsanitize=address.

This revision is now accepted and ready to land.Jun 8 2016, 3:14 AM
christof accepted this revision.Jun 8 2016, 3:19 AM
christof added a reviewer: christof.

I've tested it and it removes the issue I saw. The following error is gone:
clang-3.9: error: unsupported option '-fsanitize=address' for target 'aarch64-arm-none-eabi’

Thanks

This revision was automatically updated to reflect the committed changes.