[PATCH] D74531: [WebAssembly] Emit clangast in custom section aligned by 4 bytes

Yuta Saito via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 17 23:38:33 PDT 2021


kateinoigakukun updated this revision to Diff 380282.
kateinoigakukun retitled this revision from " [WebAssembly] Emit PCH __clang_ast in custom section" to "[WebAssembly] Emit clangast in custom section aligned by 4 bytes".
kateinoigakukun edited the summary of this revision.
kateinoigakukun added a comment.
Herald added subscribers: cfe-commits, ecnelises.
Herald added a project: clang.

I'm sorry to keep you waiting. I updated to reduce hacks in backend to emit clangast in custom section and move it to clang. 
And emit paddings for alignment to fit into 5 bytes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74531

Files:
  clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
  clang/test/PCH/pch-wasm.c
  llvm/lib/MC/WasmObjectWriter.cpp
  llvm/test/MC/WebAssembly/custom-section-alignment.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74531.380282.patch
Type: text/x-patch
Size: 5581 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211018/7e1b747e/attachment.bin>


More information about the llvm-commits mailing list