[llvm] [BOLT][AArch64] Enabling Inlining for Memcpy for AArch64 in BOLT (PR #154929)
Paschalis Mpeis via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 4 05:49:16 PDT 2025
================
@@ -0,0 +1,423 @@
+## This test checks that BOLT correctly inlines memcpy calls on AArch64.
+
+# REQUIRES: system-linux, aarch64-registered-target
+
+# RUN: llvm-mc -filetype=obj -triple aarch64-unknown-unknown %s -o %t.o
+# RUN: %clang %cflags -no-pie %t.o -o %t.exe -Wl,-q
----------------
paschalis-mpeis wrote:
nit: trailing space
```suggestion
# RUN: %clang %cflags -no-pie %t.o -o %t.exe -Wl,-q
```
https://github.com/llvm/llvm-project/pull/154929
More information about the llvm-commits
mailing list