do not gag a fatal error (#20892)

This commit is contained in:
Rainer Schuetze 2025-02-18 22:51:40 +01:00 committed by GitHub
parent f68ca2cbe0
commit edd9eb5a2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,6 +54,7 @@ else version = MARS;
*/
void ObjectNotFound(Loc loc, Identifier id)
{
global.gag = 0; // never gag the fatal error
error(loc, "`%s` not found. object.d may be incorrectly installed or corrupt.", id.toChars());
version (IN_LLVM)
{