This is an archive of the discontinued LLVM Phabricator instance.

[Sanitizers] Export aligned new/delete from runtimes.
ClosedPublic

Authored by alekseyshl on Dec 22 2017, 2:56 PM.

Details

Summary

Export aligned new/delete to make dynamic runtimes work again.

Remove all valid new/delete cases from ASan test, there's a test in
common for that.

Diff Detail

Repository
rL LLVM

Event Timeline

alekseyshl created this revision.Dec 22 2017, 2:56 PM
Herald added subscribers: Restricted Project, kubamracek, srhines. · View Herald TranscriptDec 22 2017, 2:56 PM
eugenis accepted this revision.Dec 22 2017, 4:17 PM
This revision is now accepted and ready to land.Dec 22 2017, 4:17 PM
This revision was automatically updated to reflect the committed changes.