This is an archive of the discontinued LLVM Phabricator instance.

[asm-instrumentation] Removed assembly helpers for asan.
ClosedPublic

Authored by ygorshenin on Jun 18 2014, 5:15 AM.

Details

Reviewers
eugenis
Summary

[asm-instrumentation] Removed assembly helpers for asan.

Diff Detail

Event Timeline

ygorshenin updated this revision to Diff 10555.Jun 18 2014, 5:15 AM
ygorshenin retitled this revision from to [asm-instrumentation] Removed assembly helpers for asan..
ygorshenin updated this object.
ygorshenin edited the test plan for this revision. (Show Details)
ygorshenin added a reviewer: eugenis.
ygorshenin added a subscriber: Unknown Object (MLST).
eugenis accepted this revision.Jun 18 2014, 6:01 AM
eugenis edited edge metadata.

LGTM, great.

lib/asan/tests/asan_asm_test.cc
174

Perhaps it's better to just skip the U8 test on x86_32 - it's not really a 64-bit store, and it duplicates the U4 test.

This revision is now accepted and ready to land.Jun 18 2014, 6:01 AM
ygorshenin updated this revision to Diff 11116.Jul 7 2014, 5:54 AM
ygorshenin edited edge metadata.

Fixes.

PTAL

lib/asan/tests/asan_asm_test.cc
174

Done.

eugenis closed this revision.Jul 7 2014, 7:08 AM

Committed in r212456.

lib/asan/CMakeLists.txt