This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7150b8bbaf Make git-clang-format python 3 compatible new be2427a7f1 Don't defer to the GCC driver for linking arm-baremetal
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: cmake/caches/BaremetalARM.cmake | 50 +++++ lib/Driver/CMakeLists.txt | 1 + lib/Driver/Driver.cpp | 3 + lib/Driver/ToolChains/BareMetal.cpp | 209 +++++++++++++++++++++ lib/Driver/ToolChains/BareMetal.h | 90 +++++++++ lib/Driver/ToolChains/Gnu.cpp | 43 +++++ lib/Driver/ToolChains/Linux.cpp | 43 ----- .../bin => baremetal_arm/include/c++/5.0.0}/.keep | 0 .../bin => baremetal_arm/include/c++/6.0.0}/.keep | 0 .../bin => baremetal_arm/include/c++/v1}/.keep | 0 test/Driver/baremetal.cpp | 77 ++++++++ test/Frontend/gnu-mcount.c | 13 +- 12 files changed, 482 insertions(+), 47 deletions(-) create mode 100644 cmake/caches/BaremetalARM.cmake create mode 100644 lib/Driver/ToolChains/BareMetal.cpp create mode 100644 lib/Driver/ToolChains/BareMetal.h copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => baremetal_arm/include/c [...] copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => baremetal_arm/include/c [...] copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => baremetal_arm/include/c [...] create mode 100644 test/Driver/baremetal.cpp