This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5af66e9 swiftcc: Add an api to query whether a target ABI stores swif [...] new e874742 [clang] Implement support for -defsym assembler option
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 ++ lib/Driver/Tools.cpp | 3 +++ test/Driver/defsym.s | 22 ++++++++++++++++++++++ tools/driver/cc1as_main.cpp | 12 ++++++++++++ 4 files changed, 39 insertions(+) create mode 100644 test/Driver/defsym.s