mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 10:55:58 +08:00
with some builds we're getting `[libcxx/include/optional:874](libcxx/include/optional): libc++ Hardening assertion this->has_value() failed: optional operator* called on a disengaged value` since error() adds the errmsg into the stream and continues, but given it's an unsupported relocation type it eventually crashes. Given that I see that we're already using Fatal() in some of the other places where it hits unsupported relocation type, my uneducated guess is that this should be fine.