mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00: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 New Issue
Block a user