Closed umanwizard closed 3 years ago
Hi, thanks for the report! Do you think you could share a little more detail about how you're building it (rustc version, llvm version, cargo features, build command, etc)?
Generally speaking, without any further information I suspect this may be an upstream bug in LLVM or rustc; in my understanding, even if the build host doesn't support the pclmulqdq
cpu feature, LLVM should still be able to use it for instruction selection.
Ok, I am trying to get better repro instructions -- should have them tonight when I am back at my PC.
I am no longer able to reproduce this. Will open a new task if I am able to get better repro instructions.
The build fails with this error when building on FreeBSD 12.2-STABLE in VirtualBox:
Of note: The host has the pclmulqdq cpu flag, but the guest doesn't (I suspect VirtualBox simply doesn't pass all the flags, but I'm not sure).