This is an archive of the discontinued LLVM Phabricator instance.

[ASan] Support the asan_loadN/asan_storeN functions in the DLL thunk library
ClosedPublic

Authored by ehsan on Aug 1 2014, 10:37 AM.

Details

Summary

This is required for linking DLLs with large functions exceeding
san-instrumentation-with-call-threshold. One such function is
vp9_fdct16x16_sse2 in libvpx.

Diff Detail

Repository
rL LLVM

Event Timeline

ehsan updated this revision to Diff 12112.Aug 1 2014, 10:37 AM
ehsan retitled this revision from to [ASan] Support the asan_loadN/asan_storeN functions in the DLL thunk library.
ehsan updated this object.
ehsan edited the test plan for this revision. (Show Details)
ehsan added a reviewer: timurrrr.
ehsan added a subscriber: Unknown Object (MLST).
timurrrr edited edge metadata.Aug 1 2014, 10:58 AM

LGTM, thanks!

ehsan closed this revision.Aug 1 2014, 11:13 AM
ehsan updated this revision to Diff 12113.

Closed by commit rL214532 (authored by @ehsan).