This is an archive of the discontinued LLVM Phabricator instance.

[MSan] Add a test for vararg with lots of non-vararg arguments.
ClosedPublic

Authored by koriakin on May 4 2016, 4:08 PM.

Details

Summary

This is a testcase for http://llvm.org/PR27646, hitting the bug on x86_64,
aarch64, mips.

To be commited once the bug is fixed (the test currently FAILs on all three targets).

Diff Detail

Repository
rL LLVM

Event Timeline

koriakin retitled this revision from to [MSan] Add a test for vararg with lots of non-vararg arguments..
koriakin updated this object.
koriakin added reviewers: eugenis, aizatsky.
koriakin set the repository for this revision to rL LLVM.
koriakin added a project: Restricted Project.
koriakin added a subscriber: llvm-commits.
aizatsky accepted this revision.May 5 2016, 1:12 PM
aizatsky edited edge metadata.
This revision is now accepted and ready to land.May 5 2016, 1:12 PM
This revision was automatically updated to reflect the committed changes.