<div dir="ltr">I'm trying to build some chromium tests with LTO and I'm getting following crypting assertion from the gold plugin:<div><br></div><div><div>FAILED: ../../third_party/llvm-build/Release+Asserts/bin/clang++ -Wl,--fatal-warnings -fPIC -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -B../../third_party/binutils/Linux_x64/Release/bin -fuse-ld=gold -flto -Wl,-plugin=LLVMgold.so -pthread -m64 -Wl,-O1 -Wl,--gc-sections -Wl,-rpath=\$ORIGIN/ -Wl,-rpath-link= -Wl,--disable-new-dtags -Wl,-u_sanitizer_options_link_helper -fsanitize=address -L. -o "./re2c" -Wl,--start-group @"./re2c.rsp"  -Wl,--end-group  -ldl -lc -lgcc_s -lm -lpthread -lrt </div><div>ld.gold: </div><div><br></div><div>/usr/local/google/home/aizatsky/src/chrome/src/third_party/llvm/lib/Linker/LinkModules.cpp:1258: void upgradeGlobalArray(llvm::GlobalVariable*): Assertion `GV->use_empty() && "program cannot use initializer list"' failed.</div><div>clang-3.8: error: unable to execute command: Aborted (core dumped)</div><div><br></div></div><div>What does this assertion mean? I believe I'm use tip-of-the-tree clang and "GNU gold (GNU Binutils 2.25) 1.11" gold plugin.</div></div>