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 39ca20209 [compiler-rt] UBSan: just completely disable two alignment-as [...] new 5225e77d1 [libFuzzer][MSVC] Use alternatename for ext functions new 91b8eb4c7 Silence failing tests
The 2 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/fuzzer/CMakeLists.txt | 2 +- lib/fuzzer/FuzzerExtFunctionsWeakAlias.cpp | 56 --------------- lib/fuzzer/FuzzerExtFunctionsWindows.cpp | 83 ++++++++++++++++++++++ ...-attribute-alloc_align-on-function-variable.cpp | 2 +- ...ssumption-attribute-alloc_align-on-function.cpp | 2 +- 5 files changed, 86 insertions(+), 59 deletions(-) delete mode 100644 lib/fuzzer/FuzzerExtFunctionsWeakAlias.cpp create mode 100644 lib/fuzzer/FuzzerExtFunctionsWindows.cpp