This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0215c4f02f Add a triple to this test so it passes for targets where ali [...] new ccfa90a898 [WebAssembly] Add a __wasi__ target macro new db9f6e1330 [WebAssembly] Add an import_module function attribute
The 2 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/Basic/Attr.td | 9 +++++++++ include/clang/Basic/AttrDocs.td | 18 +++++++++++++++++- lib/Basic/Targets.cpp | 24 ++++++++++++++++-------- lib/Basic/Targets/OSTargets.h | 18 +++++++++++++++++- lib/CodeGen/TargetInfo.cpp | 10 ++++++++++ lib/Sema/SemaDeclAttr.cpp | 25 +++++++++++++++++++++++++ test/CodeGen/wasm-import-module.c | 11 +++++++++++ test/Preprocessor/init.c | 7 +++++++ 8 files changed, 112 insertions(+), 10 deletions(-) create mode 100644 test/CodeGen/wasm-import-module.c