[WebAssembly] Reorder reloc sections to come after symtab
authorNicholas Wilson <nicholas@nicholaswilson.me.uk>
Mon, 5 Mar 2018 12:33:58 +0000 (12:33 +0000)
committerNicholas Wilson <nicholas@nicholaswilson.me.uk>
Mon, 5 Mar 2018 12:33:58 +0000 (12:33 +0000)
commit94d3b16101599f52e1233357e719eff1dc0159f3
treecef169d2cb97587a8c8a9ecfef41d2782aa61a2d
parent6705c00f4d1d24b4eea49b6006f830ff02395263
[WebAssembly] Reorder reloc sections to come after symtab

This matches LLVM change D43940.

Differential Revision: https://reviews.llvm.org/D43946

llvm-svn: 326693
lld/wasm/Writer.cpp