[PATCH] D74531: [WebAssembly] Emit PCH __clang_ast in custom section

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 20 19:46:18 PST 2020


sbc100 added a comment.



> Thanks! I'll try this way. My only concern is whether the order of custom sections are guaranteed.

If you simple create the extra section right there in the WasmObjectFileWriter it will be in the right order.  I wasn't recommending creating an extra section at the llvm level.


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

https://reviews.llvm.org/D74531





More information about the llvm-commits mailing list