This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f17ed937a6 [refactor] rename field references in __builtin_offsetof new 8df1506a8f New clang option -fno-plt which avoids the PLT and lazy bind [...]
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 | 10 ++++++++++ lib/Driver/ToolChains/Clang.cpp | 4 ++++ lib/Frontend/CompilerInvocation.cpp | 1 + test/CodeGen/noplt.c | 9 +++++++++ 6 files changed, 30 insertions(+) create mode 100644 test/CodeGen/noplt.c