[PATCH] D127111: [BOLT][AArch64] Handle data at the beginning of a function when disassembling and building CFG.

Vladislav Khmelevsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 6 06:50:42 PDT 2022


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

Overall LGTM



================
Comment at: bolt/test/AArch64/data-at-0-offset.c:3
+// RUN: llvm-bolt %t.exe -o %t.bolt 2>&1 | FileCheck %s
+// CHECK-NOT: BOLT-WARNING
+
----------------
Which warning is supposed to be here? Please update with more specific string


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127111



More information about the llvm-commits mailing list