This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 59ea295b93 [TI removal] Test predicate rather than casting to detect a [...] new 38c9197d87 Add support for -mno-tls-direct-seg-refs to Clang
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/Options.td | 4 ++++ include/clang/Frontend/CodeGenOptions.def | 2 ++ lib/CodeGen/CGCall.cpp | 2 ++ lib/Driver/ToolChains/Clang.cpp | 4 ++++ lib/Frontend/CompilerInvocation.cpp | 1 + test/CodeGen/indirect-tls-seg-refs.c | 8 ++++++++ test/Driver/indirect-tls-seg-refs.c | 7 +++++++ 7 files changed, 28 insertions(+) create mode 100644 test/CodeGen/indirect-tls-seg-refs.c create mode 100644 test/Driver/indirect-tls-seg-refs.c