[PATCH] D128561: [BOLT] Support split landing pad
Amir Ayupov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 27 21:45:23 PDT 2022
Amir 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
----------------
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
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