This is an archive of the discontinued LLVM Phabricator instance.

[asan] Support line numbers in StackVarDescr
ClosedPublic

Authored by kubamracek on Mar 29 2017, 4:38 PM.

Details

Summary

When -fsanitize-address-use-after-scope is used, the instrumentation produces line numbers in stack frame descriptions. This patch make sure the ASan runtime supports this format (ParseFrameDescription needs to be able to parse "varname:line") and prepares lit tests to allow line numbers in ASan report output.

Diff Detail

Repository
rL LLVM

Event Timeline

kubamracek created this revision.Mar 29 2017, 4:38 PM
This revision is now accepted and ready to land.Mar 29 2017, 4:43 PM
This revision was automatically updated to reflect the committed changes.