This is an archive of the discontinued LLVM Phabricator instance.

Enable PROFILE, TSAN and UBSAN for Android
ClosedPublic

Authored by pirama on Feb 17 2017, 4:44 PM.

Details

Summary

These sanitizers are enabled and used in Android but got built with
Android's build system. This change enables them in the CMake build
system.

Diff Detail

Repository
rL LLVM

Event Timeline

pirama created this revision.Feb 17 2017, 4:44 PM
eugenis accepted this revision.Feb 17 2017, 4:50 PM

LGTM

This revision is now accepted and ready to land.Feb 17 2017, 4:50 PM
This revision was automatically updated to reflect the committed changes.

r295523. Thanks Evgeniy!