[PATCH] D128696: [BOLT] Fix trampoline code for shared libraries and PIEs

Rafael Auler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 28 16:31:50 PDT 2022


rafauler accepted this revision.
rafauler added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: bolt/test/runtime/X86/pie-exceptions-failed-split.test:31-33
+CHECK-DAG: Exec Count
+CHECK-NOT: Exec Count
+CHECK-DAG: callq   __cxa_begin_catch
----------------
not sure what's the intent of using check-dag here instead of regular CHECK:


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128696



More information about the llvm-commits mailing list