[PATCH] D63444: [ThinLTO] Optimize write-only globals out
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 3 17:08:35 PDT 2019
rnk added a comment.
I suspect this caused https://crbug.com/981168, so I reverted this in rL365097 <https://reviews.llvm.org/rL365097>. The steps to repro are to build LLD with thinlto and run check-lld on Linux. Some of the wasm tests fail because the WasmSym::MemoryBase global variable is wrongly internalized. I'll try to confirm that this is the culprit and provide more concrete repro steps momentarily, but I want to get things back to green before the US holidays.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63444/new/
https://reviews.llvm.org/D63444
More information about the llvm-commits
mailing list