This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from b340d2cc8 Add clear_cache implementation for ppc64. Fix buffer to meet [...] new 7810a905a Add end-to-end tests for overflows of byval arguments.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: test/asan/TestCases/pass-object-byval.cc | 36 ++++++++++++++++++++++++++ test/asan/TestCases/pass-struct-byval-uar.cc | 38 ++++++++++++++++++++++++++++ test/asan/TestCases/pass-struct-byval.cc | 23 +++++++++++++++++ 3 files changed, 97 insertions(+) create mode 100644 test/asan/TestCases/pass-object-byval.cc create mode 100644 test/asan/TestCases/pass-struct-byval-uar.cc create mode 100644 test/asan/TestCases/pass-struct-byval.cc