This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9da1c6d SDAG: Replace some unreachable code with an assert. NFC new 561fb73 [WebAssembly] Emit type signatures for declared functions new 0331034 In openFileForRead, attempt to fetch the actual name of the f [...]
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/llvm/Support/FileSystem.h | 9 ++- lib/Support/Unix/Path.inc | 87 +++++++++++++++++++++- lib/Support/Windows/Path.inc | 46 +++++++++++- .../MCTargetDesc/WebAssemblyTargetStreamer.cpp | 10 +++ .../MCTargetDesc/WebAssemblyTargetStreamer.h | 9 +++ lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 47 +++++++++--- test/CodeGen/WebAssembly/indirect-import.ll | 73 ++++++++++++++++++ unittests/Support/Path.cpp | 57 ++++++++++++++ 8 files changed, 325 insertions(+), 13 deletions(-) create mode 100644 test/CodeGen/WebAssembly/indirect-import.ll