This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1a69756401 clang-format: try to make the doc for ConstructorInitializer [...] new fc7a0137df [RISCV] Add driver for riscv32-unknown-elf baremetal target
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/Driver/CMakeLists.txt | 1 + lib/Driver/Driver.cpp | 5 + lib/Driver/ToolChains/Gnu.cpp | 3 +- lib/Driver/ToolChains/RISCV.cpp | 117 +++++++++++++++++++++ lib/Driver/ToolChains/{AVR.h => RISCV.h} | 34 +++--- .../bin/riscv32-unknown-elf-ld} | 0 .../lib/gcc/riscv32-unknown-elf/8.0.1}/crtbegin.o | 0 .../lib/gcc/riscv32-unknown-elf/8.0.1}/crtend.o | 0 .../riscv32-unknown-elf/include/c++/8.0.1}/.keep | 0 .../riscv32-unknown-elf/lib/crt0.o | 0 test/Driver/riscv32-toolchain.c | 30 ++++++ 11 files changed, 176 insertions(+), 14 deletions(-) create mode 100644 lib/Driver/ToolChains/RISCV.cpp copy lib/Driver/ToolChains/{AVR.h => RISCV.h} (53%) copy test/Driver/Inputs/{basic_cross_linux_tree/usr/bin/i386-unknown-linux-gnu-as [...] copy test/Driver/Inputs/{ami_linux_tree/usr/lib/gcc/x86_64-amazon-linux/7 => basic [...] copy test/Driver/Inputs/{ami_linux_tree/usr/lib/gcc/x86_64-amazon-linux/7 => basic [...] copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => basic_riscv32_tree/risc [...] copy bindings/python/tests/__init__.py => test/Driver/Inputs/basic_riscv32_tree/ri [...]