Open springmeyer opened 8 years ago
Narrowed this down. It happens when -flto
is added to the compile flags for compiling InstrProfilingRuntime.cc
. I had been doing:
export CXXFLAGS="-O3 -flto"
export LDFLAGS="-flto"
before building with cmake
.
Hitting:
From a clean rebuild: