diff options
author | Denis Revunov <revunov.denis@huawei-partners.com> | 2023-07-27 11:48:08 -0400 |
---|---|---|
committer | Denis Revunov <rnovds@gmail.com> | 2023-08-24 01:29:41 +0300 |
commit | 28fd2ca142462c3ed9a9dca43a3dfd98edbd4151 (patch) | |
tree | 670bebdc19aeb3a9b71ca1142a39ecfb992c4e3e /llvm/tools/llvm-cov/SourceCoverageViewText.cpp | |
parent | 5042e1e56d39a02517abecbe00e72eea698d309a (diff) | |
download | llvm-28fd2ca142462c3ed9a9dca43a3dfd98edbd4151.zip llvm-28fd2ca142462c3ed9a9dca43a3dfd98edbd4151.tar.gz llvm-28fd2ca142462c3ed9a9dca43a3dfd98edbd4151.tar.bz2 |
[BOLT] Fix trap value for non-X86
The trap value used by BOLT was assumed to be single-byte instruction.
It made some functions unaligned on AArch64(e.g exceptions-instrumentation test)
and caused emission failures. Fix that by changing fill value to StringRef.
Reviewed By: rafauler
Differential Revision: https://reviews.llvm.org/D158191
Diffstat (limited to 'llvm/tools/llvm-cov/SourceCoverageViewText.cpp')
0 files changed, 0 insertions, 0 deletions