mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 22:41:25 +12: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
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue