This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b55f7cf Revert r271136 [OpenCL] Add the default header file opencl-c. [...] new b5a6ebc Handle -Wa,--mrelax-relocations=[no|yes].
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/CC1Options.td | 2 ++ include/clang/Frontend/CodeGenOptions.def | 1 + lib/CodeGen/BackendUtil.cpp | 1 + lib/Driver/Tools.cpp | 10 ++++++++++ lib/Frontend/CompilerInvocation.cpp | 1 + test/CodeGen/relax.c | 9 +++++++++ test/Driver/relax.c | 4 ++++ test/Driver/relax.s | 12 ++++++++++++ tools/driver/cc1as_main.cpp | 4 ++++ 9 files changed, 44 insertions(+) create mode 100644 test/CodeGen/relax.c create mode 100644 test/Driver/relax.c create mode 100644 test/Driver/relax.s