Fix typo in LLVM_VERSION_ macro use

Co-authored-by: Nikita Popov <github@npopov.com>
This commit is contained in:
Augie Fackler
2025-09-26 15:38:30 -04:00
committed by GitHub
parent 4c7292aba3
commit bd860bdf26

View File

@@ -569,7 +569,7 @@ extern "C" LLVMRustResult LLVMRustOptimize(
}
std::optional<PGOOptions> PGOOpt;
#if LLVM_VERSION_LE(22, 0)
#if LLVM_VERSION_LT(22, 0)
auto FS = vfs::getRealFileSystem();
#endif
if (PGOGenPath) {