[PATCH] D131881: [BOLT][AArch64] Ignore functions with constant islands during ICF and VeneerElimination
Vladislav Khmelevsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 15 04:23:26 PDT 2022
yota9 requested changes to this revision.
yota9 added inline comments.
This revision now requires changes to proceed.
================
Comment at: bolt/test/AArch64/prevent-ci-folding.s:4
+
+// RUN: %clang -fuse-ld=lld --target=aarch64-unknown-linux %s -o %t.exe -Wl,-q
+// RUN: llvm-bolt -icf -lite=false %t.exe -o %t.bolt
----------------
Also build object using llvm-mc first
# RUN: llvm-mc -filetype=obj -triple aarch64-unknown-unknown %s -o %t.o
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131881/new/
https://reviews.llvm.org/D131881
More information about the llvm-commits
mailing list