[PATCH] D87258: [WebAssembly, LowerTypeTests] Fix control-flow integrity support

Dominic Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 9 18:56:19 PDT 2020


ddcc updated this revision to Diff 290860.
ddcc added a comment.

Fix undefined arithmetic range ops in LowerTypeTests, split WebAssembly relative symbol bugfix into D79462 <https://reviews.llvm.org/D79462>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87258

Files:
  llvm/include/llvm/MC/MCSymbolWasm.h
  llvm/include/llvm/MC/MCWasmObjectWriter.h
  llvm/lib/MC/WasmObjectWriter.cpp
  llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.cpp
  llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.h
  llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
  llvm/lib/Transforms/IPO/LowerTypeTests.cpp
  llvm/test/CodeGen/WebAssembly/cfi-obj.ll
  llvm/test/MC/WebAssembly/cfi.ll
  llvm/test/Transforms/LowerTypeTests/function-disjoint.ll
  llvm/test/Transforms/LowerTypeTests/function-ext.ll
  llvm/test/Transforms/LowerTypeTests/function.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87258.290860.patch
Type: text/x-patch
Size: 23054 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200910/7616fd3a/attachment.bin>


More information about the llvm-commits mailing list