This is an archive of the discontinued LLVM Phabricator instance.

Support traversing ELF objects for sanitizers needs on FreeBSD in 32-bit mode
ClosedPublic

Authored by kutuzov.viktor.84 on Jul 24 2014, 6:36 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

kutuzov.viktor.84 retitled this revision from to Support traversing ELF objects for sanitizers needs on FreeBSD in 32-bit mode.
kutuzov.viktor.84 updated this object.
kutuzov.viktor.84 edited the test plan for this revision. (Show Details)
kutuzov.viktor.84 added reviewers: kcc, samsonov.
kutuzov.viktor.84 added subscribers: Unknown Object (MLST), emaste.
samsonov accepted this revision.Jul 24 2014, 11:00 AM
samsonov edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jul 24 2014, 11:00 AM
kutuzov.viktor.84 updated this revision to Diff 11873.

Closed by commit rL213940 (authored by vkutuzov).

Committed with the parentheses around 'SANITIZER_WORDSIZE == 32' removed to pass the lint checks for sanitizer sources.