[all-commits] [llvm/llvm-project] b33a43: [ARM] Move fetching of ARMSubtarget into the scope...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Wed Sep 15 05:04:01 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b33a43e57c8c4405cfa3d1a8fb187063d3857c34
https://github.com/llvm/llvm-project/commit/b33a43e57c8c4405cfa3d1a8fb187063d3857c34
Author: Martin Storsjö <martin at martin.st>
Date: 2021-09-15 (Wed, 15 Sep 2021)
Changed paths:
M llvm/lib/Target/ARM/ARMAsmPrinter.cpp
Log Message:
-----------
[ARM] Move fetching of ARMSubtarget into the scopes that need it. NFC.
This was requested in D38253, but missed back then.
Differential Revision: https://reviews.llvm.org/D109046
Commit: b4133a21cef49edb57cf96bb7d7518099d61e910
https://github.com/llvm/llvm-project/commit/b4133a21cef49edb57cf96bb7d7518099d61e910
Author: Martin Storsjö <martin at martin.st>
Date: 2021-09-15 (Wed, 15 Sep 2021)
Changed paths:
M lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm.cpp
Log Message:
-----------
[lldb] [Windows] Fix an incorrect assert in NativeRegisterContextWindows_arm
This codepath hadn't been exercised in a build with asserts before.
Differential Revision: https://reviews.llvm.org/D109778
Compare: https://github.com/llvm/llvm-project/compare/afc45ff06fac...b4133a21cef4
More information about the All-commits
mailing list