[lld] [LLD][ELF] add bp-* options in ELF (PR #120514)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 5 14:20:31 PST 2025
================
@@ -1,3 +1,10 @@
+# REQUIRES: aarch64
+# RUN: rm -rf %t
+# RUN: not ld.lld -o /dev/null %t --irpgo-profile=/dev/null --bp-startup-sort=function --call-graph-ordering-file=/dev/null 2>&1 | FileCheck %s --check-prefix=IRPGO-ERR
----------------
MaskRay wrote:
This test is for incompatible relocatable files. Add such tests to bp-section-orderer.s
Please spend more time reading the existing tests to check whether the new tests fit there
https://github.com/llvm/llvm-project/pull/120514
More information about the llvm-commits
mailing list