[PATCH] D47162: [WebAssembly] Initial support for LTO

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 30 10:40:55 PDT 2018


sbc100 updated this revision to Diff 149160.
sbc100 marked 2 inline comments as done.
sbc100 added a comment.

- feedback
- more tests


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D47162

Files:
  test/lit.cfg.py
  test/wasm/lto/Inputs/cache.ll
  test/wasm/lto/Inputs/save-temps.ll
  test/wasm/lto/Inputs/thinlto.ll
  test/wasm/lto/cache.ll
  test/wasm/lto/incompatible.ll
  test/wasm/lto/internalize-basic.ll
  test/wasm/lto/lto-start.ll
  test/wasm/lto/opt-level.ll
  test/wasm/lto/parallel.ll
  test/wasm/lto/save-temps.ll
  test/wasm/lto/thinlto.ll
  test/wasm/lto/verify-invalid.ll
  test/wasm/lto/weak.ll
  wasm/CMakeLists.txt
  wasm/Config.h
  wasm/Driver.cpp
  wasm/InputFiles.cpp
  wasm/InputFiles.h
  wasm/LTO.cpp
  wasm/LTO.h
  wasm/Options.td
  wasm/SymbolTable.cpp
  wasm/SymbolTable.h
  wasm/Symbols.h
  wasm/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47162.149160.patch
Type: text/x-patch
Size: 35284 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180530/dcc8334e/attachment-0001.bin>


More information about the llvm-commits mailing list