[all-commits] [llvm/llvm-project] ce6369: Fix build break when building RISCVInstrInfo.cpp w...
Daniel Paoliello via All-commits
all-commits at lists.llvm.org
Mon Sep 30 10:40:23 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ce6369ed44abd687b154e5ea7ab6ad73d22f35cc
https://github.com/llvm/llvm-project/commit/ce6369ed44abd687b154e5ea7ab6ad73d22f35cc
Author: Daniel Paoliello <danpao at microsoft.com>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
Log Message:
-----------
Fix build break when building RISCVInstrInfo.cpp with MSVC (#110342)
After #109774 MSVC is failing to build LLVM with the error:
```
llvm\lib\Target\RISCV\RISCVInstrInfo.cpp(782): warning C4018: '<': signed/unsigned mismatch
```
Fix is ensure that the RHS is an unsigned integer.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list