[all-commits] [llvm/llvm-project] 57a0e0: Fix 2: [DebugInfo] Support DIArgList in DbgVariabl...
Stephen Tozer via All-commits
all-commits at lists.llvm.org
Mon Mar 8 07:45:44 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 57a0e0d4c2a1c83f8c0d50b893616220d1167e00
https://github.com/llvm/llvm-project/commit/57a0e0d4c2a1c83f8c0d50b893616220d1167e00
Author: Stephen Tozer <Stephen.Tozer at Sony.com>
Date: 2021-03-08 (Mon, 08 Mar 2021)
Changed paths:
M llvm/unittests/Transforms/Utils/LocalTest.cpp
Log Message:
-----------
Fix 2: [DebugInfo] Support DIArgList in DbgVariableIntrinsic
Changes to function calls in LocalTest resulted in comparisons between
unsigned values and signed literals; the latter have been updated to be
unsigned to prevent this warning.
More information about the All-commits
mailing list