[lld] [lld][ELF] Extend profile guided function ordering to ELF binaries (PR #117514)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 29 22:53:23 PST 2024


================
@@ -0,0 +1,336 @@
+# REQUIRES: aarch64
+
+# RUN: rm -rf %t && split-file %s %t
----------------
MaskRay wrote:

append `&& cd %t` to avoid `%t` complexity below.

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


More information about the llvm-commits mailing list