[all-commits] [llvm/llvm-project] 260ba2: [NFC][LLDB] Using namespace llvm in EmulateInstruc...
Emmmer via All-commits
all-commits at lists.llvm.org
Thu Dec 15 05:32:37 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 260ba2f2242253a1e9f5eada5a14ebb25ba689cf
https://github.com/llvm/llvm-project/commit/260ba2f2242253a1e9f5eada5a14ebb25ba689cf
Author: Emmmer <yjhdandan at 163.com>
Date: 2022-12-15 (Thu, 15 Dec 2022)
Changed paths:
M lldb/source/Plugins/Instruction/RISCV/EmulateInstructionRISCV.cpp
M lldb/source/Plugins/Instruction/RISCV/EmulateInstructionRISCV.h
M lldb/source/Plugins/Instruction/RISCV/RISCVInstructions.h
M lldb/unittests/Instruction/RISCV/TestRISCVEmulator.cpp
Log Message:
-----------
[NFC][LLDB] Using namespace llvm in EmulateInstructionRISCV
The `EmulateInstructionRISCV` uses a lot of types and functions in `llvm` and `lldb`, this change is to make the code look cleaner.
PS: This patch should be merged before D140032.
Reviewed By: DavidSpickett
Differential Revision: https://reviews.llvm.org/D140092
More information about the All-commits
mailing list