[PATCH] D128561: [BOLT] Support split landing pad
Huan Nguyen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 4 14:43:04 PDT 2022
nhuhuan added inline comments.
================
Comment at: bolt/test/X86/split-landing-pad.s:1
+# This test reproduces the case where C++ exception handling is used and split
+# function optimization is enabled. In particular, function foo is splitted
----------------
Amir wrote:
> Please add a comment about the source C++ and how the assembly was produced, similar to https://reviews.llvm.org/D128696 bolt/test/runtime/X86/Inputs/pie-exceptions-failed-split.s
The test was enhanced with detailed steps on how this test was written.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128561/new/
https://reviews.llvm.org/D128561
More information about the llvm-commits
mailing list