[lld] [lld][ELF][MachO] rename to bp-* options for SectionOrderer (PR #118594)
Ellis Hoag via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 5 11:43:22 PST 2024
================
@@ -1,3 +1,16 @@
+# REQUIRES: aarch64
+# RUN: rm -rf %t
+# RUN: touch %t.call_graph
+# RUN: touch %t.profdata
----------------
ellishg wrote:
Minor nit, but I realized that you can use `/dev/null` in place of these files and remove the `touch` commands.
https://github.com/llvm/llvm-project/pull/118594
More information about the llvm-commits
mailing list