mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
LLVM: Add error message
This commit is contained in:
parent
42b06af577
commit
2bc57fbee3
|
|
@ -1303,6 +1303,8 @@ extern void ppu_initialize(const ppu_module& info)
|
|||
}
|
||||
}
|
||||
}
|
||||
#else
|
||||
fmt::throw_exception("LLVM is not available in this build.");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue