From 2bc57fbee3b5d904133b5839da6ebd40399bf5f6 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Sun, 23 Jul 2017 10:54:00 +0300 Subject: [PATCH] LLVM: Add error message --- rpcs3/Emu/Cell/PPUThread.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rpcs3/Emu/Cell/PPUThread.cpp b/rpcs3/Emu/Cell/PPUThread.cpp index 378d9f96d9..22c811fb36 100644 --- a/rpcs3/Emu/Cell/PPUThread.cpp +++ b/rpcs3/Emu/Cell/PPUThread.cpp @@ -1303,6 +1303,8 @@ extern void ppu_initialize(const ppu_module& info) } } } +#else + fmt::throw_exception("LLVM is not available in this build."); #endif }