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 311faa8 Re install test reverted by r268866 new 18929dd [CMake] Support platform building builtins without a full toolchain new 2cfbf74 Remove XFAIL new 4ce1f1e [MSan] Add a test for vararg with lots of non-vararg arguments.
The 3 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: CMakeLists.txt | 74 ++--------- cmake/base-config-ix.cmake | 162 ++++++++++++++++++++++++ cmake/builtin-config-ix.cmake | 169 ++++++++++++++++++++++++++ cmake/config-ix.cmake | 132 +------------------- lib/builtins/CMakeLists.txt | 20 ++- lib/msan/tests/msan_test.cc | 14 +++ test/profile/instrprof-value-prof-shared.test | 1 - 7 files changed, 373 insertions(+), 199 deletions(-) create mode 100644 cmake/base-config-ix.cmake create mode 100644 cmake/builtin-config-ix.cmake