This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 283ac36731 Add a warning to a group new 5ffe2de01e Add support for Ananas platform
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/Basic/Targets.cpp | 19 ++++ lib/Driver/CMakeLists.txt | 1 + lib/Driver/Driver.cpp | 4 + lib/Driver/ToolChains/{CloudABI.cpp => Ananas.cpp} | 101 ++++++++------------- lib/Driver/ToolChains/{Minix.h => Ananas.h} | 25 ++--- test/Driver/ananas.c | 9 ++ 6 files changed, 84 insertions(+), 75 deletions(-) copy lib/Driver/ToolChains/{CloudABI.cpp => Ananas.cpp} (54%) copy lib/Driver/ToolChains/{Minix.h => Ananas.h} (70%) create mode 100644 test/Driver/ananas.c