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 a7e63fe [test] Fix page address logic in clear_cache_test new aeb1a33 [interception] Check for export table's size before referring [...]
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: lib/interception/interception_win.cc | 2 ++ test/interception/CMakeLists.txt | 25 +++++++++++++++++++ .../TestCases/Windows/empty_export_table.cc | 17 +++++++++++++ .../TestCases/Windows}/lit.local.cfg | 2 +- test/interception/lit.cfg | 28 ++++++++++++++++++++++ test/interception/lit.site.cfg.in | 15 ++++++++++++ 6 files changed, 88 insertions(+), 1 deletion(-) create mode 100644 test/interception/TestCases/Windows/empty_export_table.cc copy test/{cfi/cross-dso => interception/TestCases/Windows}/lit.local.cfg (80%) create mode 100644 test/interception/lit.cfg create mode 100644 test/interception/lit.site.cfg.in