[PATCH] D130520: [BOLT] Make exception handling fragment aware

Fabian Parzefall via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 26 17:08:49 PDT 2022


FPar updated this revision to Diff 447891.
FPar added a comment.

Improve error messages

Removed check in BinaryEmitter, because it is too noisy and probably not even necessary.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130520/new/

https://reviews.llvm.org/D130520

Files:
  bolt/include/bolt/Core/BinaryBasicBlock.h
  bolt/include/bolt/Core/BinaryFunction.h
  bolt/include/bolt/Core/FunctionLayout.h
  bolt/lib/Core/BinaryBasicBlock.cpp
  bolt/lib/Core/BinaryEmitter.cpp
  bolt/lib/Core/BinaryFunction.cpp
  bolt/lib/Core/Exceptions.cpp
  bolt/lib/Passes/Aligner.cpp
  bolt/lib/Passes/BinaryPasses.cpp
  bolt/lib/Passes/IndirectCallPromotion.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130520.447891.patch
Type: text/x-patch
Size: 19520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220727/95ff4ffc/attachment.bin>


More information about the llvm-commits mailing list