[all-commits] [llvm/llvm-project] 9aa378: [llvm] Fix 32bit build after change to implement S...
Daniel Paoliello via All-commits
all-commits at lists.llvm.org
Wed Sep 27 14:46:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9aa378d89ef0027b72f37c1e8fb4998d891e34e6
https://github.com/llvm/llvm-project/commit/9aa378d89ef0027b72f37c1e8fb4998d891e34e6
Author: Daniel Paoliello <danpao at microsoft.com>
Date: 2023-09-27 (Wed, 27 Sep 2023)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
Log Message:
-----------
[llvm] Fix 32bit build after change to implement S_INLINEES debug symbol (#67607)
https://github.com/llvm/llvm-project/pull/67490 broke 32bit builds by
having mismatched types in a call to `std::min"
This change standardizes on using `size_t` to avoid the mismatch.
More information about the All-commits
mailing list