[llvm] [BOLT][AArch64] Partial support for lite mode (PR #133014)

Maksim Panchenko via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 27 12:21:25 PDT 2025


================
@@ -0,0 +1,109 @@
+## Check that in lite mode llvm-bolt updates function references in
+## non-optimized code.
+
+# RUN: llvm-mc -filetype=obj -triple aarch64-unknown-unknown %s -o %t.o
+# RUN: link_fdata %s %t.o %t.fdata
+# RUN: llvm-strip --strip-unneeded %t.o
+# RUN: %clang %cflags %t.o -o %t.exe -Wl,-q -static
+# RUN: llvm-bolt %t.exe -o %t.bolt --data %t.fdata --lite \
+# RUN:   --compact-code-model
----------------
maksfb wrote:

I'll remove that option since we don't really need it for the test case.

https://github.com/llvm/llvm-project/pull/133014


More information about the llvm-commits mailing list