This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2cfd901 Reland 4: [analyzer] NFC: Update test infrastructure to suppo [...] new acb633f Add arch-specific directory to search path
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: include/clang/Driver/ToolChain.h | 5 ++ lib/Driver/ToolChain.cpp | 13 ++++++ lib/Driver/Tools.cpp | 25 +++++++++- .../lib/linux/aarch64}/.keep | 0 .../lib/linux/arm}/.keep | 0 .../lib/linux/i386}/.keep | 0 .../lib/linux/x86_64}/.keep | 0 test/Driver/arch-specific-libdir-rpath.c | 50 ++++++++++++++++++++ test/Driver/arch-specific-libdir.c | 53 ++++++++++++++++++++++ test/lit.cfg | 4 ++ 10 files changed, 149 insertions(+), 1 deletion(-) copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => resource_dir_with_arch_ [...] copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => resource_dir_with_arch_ [...] copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => resource_dir_with_arch_ [...] copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => resource_dir_with_arch_ [...] create mode 100644 test/Driver/arch-specific-libdir-rpath.c create mode 100644 test/Driver/arch-specific-libdir.c