mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-15 12:09:51 +00:00
ccb99dd126
Summary: Since nops are now removed in a separate pass, the profile is consumed on a CFG with nops. If previously a profile was generated without nops, the offsets in the profile could be different if branches included nops either as a source or a destination. This diff adjust offsets to make the profile reading backwards compatible. (cherry picked from FBD33231254) |
||
---|---|---|
.. | ||
BinaryBasicBlock.cpp | ||
BinaryContext.cpp | ||
BinaryData.cpp | ||
BinaryEmitter.cpp | ||
BinaryFunction.cpp | ||
BinaryFunctionProfile.cpp | ||
BinarySection.cpp | ||
CMakeLists.txt | ||
DebugData.cpp | ||
DynoStats.cpp | ||
Exceptions.cpp | ||
JumpTable.cpp | ||
MCPlusBuilder.cpp | ||
ParallelUtilities.cpp | ||
Relocation.cpp |