[all-commits] [llvm/llvm-project] 34f324: [DebugInfo] Fix error from D95893, where I acciden...
Amy Huang via All-commits
all-commits at lists.llvm.org
Fri Feb 5 10:26:07 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 34f3249abdff13adf6b18e55f3b4110b6c697bcb
https://github.com/llvm/llvm-project/commit/34f3249abdff13adf6b18e55f3b4110b6c697bcb
Author: Amy Huang <akhuang at google.com>
Date: 2021-02-05 (Fri, 05 Feb 2021)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
Log Message:
-----------
[DebugInfo] Fix error from D95893, where I accidentally used an
unsigned int in a loop and it wraps around.
Follow up to https://reviews.llvm.org/D95893
More information about the All-commits
mailing list