[PATCH] D59173: [WebAssembly] Target features section

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 20 13:25:52 PDT 2019


This revision was automatically updated to reflect the committed changes.
tlively marked an inline comment as done.
Closed by commit rL356610: [WebAssembly] Target features section (authored by tlively, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D59173?vs=190204&id=191569#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59173/new/

https://reviews.llvm.org/D59173

Files:
  lld/trunk/test/wasm/Inputs/disallow-feature-foo.yaml
  lld/trunk/test/wasm/Inputs/no-feature-foo.yaml
  lld/trunk/test/wasm/Inputs/require-feature-foo.yaml
  lld/trunk/test/wasm/Inputs/use-feature-foo.yaml
  lld/trunk/test/wasm/target-feature-disallowed.yaml
  lld/trunk/test/wasm/target-feature-required.yaml
  lld/trunk/test/wasm/target-feature-used.yaml
  lld/trunk/wasm/InputFiles.cpp
  lld/trunk/wasm/InputFiles.h
  lld/trunk/wasm/Writer.cpp
  llvm/trunk/include/llvm/BinaryFormat/Wasm.h
  llvm/trunk/include/llvm/Object/Wasm.h
  llvm/trunk/include/llvm/ObjectYAML/WasmYAML.h
  llvm/trunk/lib/MC/MCParser/WasmAsmParser.cpp
  llvm/trunk/lib/MC/WasmObjectWriter.cpp
  llvm/trunk/lib/Object/WasmObjectFile.cpp
  llvm/trunk/lib/ObjectYAML/WasmYAML.cpp
  llvm/trunk/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
  llvm/trunk/lib/Target/WebAssembly/WebAssemblyAsmPrinter.h
  llvm/trunk/test/CodeGen/WebAssembly/target-features.ll
  llvm/trunk/test/MC/WebAssembly/array-fill.ll
  llvm/trunk/test/MC/WebAssembly/assembler-binary.ll
  llvm/trunk/test/MC/WebAssembly/bss.ll
  llvm/trunk/test/MC/WebAssembly/comdat.ll
  llvm/trunk/test/MC/WebAssembly/debug-info.ll
  llvm/trunk/test/MC/WebAssembly/explicit-sections.ll
  llvm/trunk/test/MC/WebAssembly/global-ctor-dtor.ll
  llvm/trunk/test/MC/WebAssembly/visibility.ll
  llvm/trunk/test/MC/WebAssembly/weak-alias.ll
  llvm/trunk/test/MC/WebAssembly/weak.ll
  llvm/trunk/test/ObjectYAML/wasm/target-features-section.yaml
  llvm/trunk/tools/obj2yaml/wasm2yaml.cpp
  llvm/trunk/tools/yaml2obj/yaml2wasm.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59173.191569.patch
Type: text/x-patch
Size: 40418 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190320/436aa8dd/attachment-0001.bin>


More information about the llvm-commits mailing list