This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 60dfdd6430 Break up Targets.cpp into a header/impl pair per target type[NFCI] new 7d9f2d7ae0 Remove Bitrig: Clang Changes
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 | 8 - lib/Basic/Targets/ARM.h | 6 +- lib/Basic/Targets/OSTargets.h | 33 ---- lib/Basic/Targets/X86.h | 21 --- lib/CodeGen/TargetInfo.cpp | 1 - lib/Driver/CMakeLists.txt | 1 - lib/Driver/Driver.cpp | 4 - lib/Driver/ToolChains/Arch/X86.cpp | 2 - lib/Driver/ToolChains/Bitrig.cpp | 190 --------------------- lib/Driver/ToolChains/Bitrig.h | 79 --------- lib/Frontend/InitHeaderSearch.cpp | 1 - .../Checkers/CheckSecuritySyntaxOnly.cpp | 1 - test/CodeGen/linux-arm-atomic.c | 1 - test/Driver/bitrig.c | 29 ---- test/Frontend/gnu-mcount.c | 8 - test/Preprocessor/init.c | 7 - test/Sema/tls.c | 4 - 17 files changed, 3 insertions(+), 393 deletions(-) delete mode 100644 lib/Driver/ToolChains/Bitrig.cpp delete mode 100644 lib/Driver/ToolChains/Bitrig.h delete mode 100644 test/Driver/bitrig.c