mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
LLVM: Add error message
This commit is contained in:
parent
42b06af577
commit
2bc57fbee3
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue