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 4761fa543 [cmake] Add an option to prefer public SDK in find_darwin_sdk_dir new 55b271fd8 [asan] 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 | 32 +++++++++++++++++++++++++ test/asan/TestCases/pass-struct-byval.cc | 23 ++++++++++++++++++ 3 files changed, 91 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