[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:52:39 PDT 2022


yota9 added inline comments.


================
Comment at: bolt/test/AArch64/data-at-0-offset.c:1
+// RUN: %clang -O2 -fPIE -Wl,-q -Wl,-pie  %s -o %t.exe
+// RUN: llvm-bolt %t.exe -o %t.bolt 2>&1 | FileCheck %s
----------------



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