LLVM: Add error message

This commit is contained in:
Nekotekina 2017-07-23 10:54:00 +03:00
parent 42b06af577
commit 2bc57fbee3
1 changed files with 2 additions and 0 deletions

View File

@ -1303,6 +1303,8 @@ extern void ppu_initialize(const ppu_module& info)
}
}
}
#else
fmt::throw_exception("LLVM is not available in this build.");
#endif
}