diff --git a/Utilities/JIT.cpp b/Utilities/JIT.cpp index e994546e36..94d1ca5fe9 100644 --- a/Utilities/JIT.cpp +++ b/Utilities/JIT.cpp @@ -1489,4 +1489,4 @@ u64 jit_compiler::get(const std::string& name) return m_engine->getGlobalValueAddress(name); } -#endif +#endif // LLVM_AVAILABLE diff --git a/Utilities/JIT.h b/Utilities/JIT.h index 60a9f155af..0b98a96c22 100644 --- a/Utilities/JIT.h +++ b/Utilities/JIT.h @@ -554,4 +554,4 @@ public: static std::string triple2(); }; -#endif +#endif // LLVM_AVAILABLE diff --git a/rpcs3/Emu/Cell/SPURecompiler.cpp b/rpcs3/Emu/Cell/SPURecompiler.cpp index 2beac7bb7b..ffe3373425 100644 --- a/rpcs3/Emu/Cell/SPURecompiler.cpp +++ b/rpcs3/Emu/Cell/SPURecompiler.cpp @@ -11790,7 +11790,7 @@ std::unique_ptr spu_recompiler_base::make_llvm_recompiler(u fmt::throw_exception("LLVM is not available in this build."); } -#endif +#endif // LLVM_AVAILABLE struct spu_llvm_worker {