[lld] [lld][ELF] Sort thunks by their destination to allow quicker convergence (PR #209962)

Peter Smith via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 16 06:04:21 PDT 2026


================
@@ -0,0 +1,206 @@
+// REQUIRES: aarch64
+// RUN: llvm-mc -filetype=obj -triple=aarch64 %s -o %t
+// RUN: ld.lld %t -o %t1 2>&1 | FileCheck %s
+
----------------
smithp35 wrote:

Can you `rm` the output %t1 and the assembly file %t after the FileCheck run. Accumulated over all the tests the intermediate files can get large.

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


More information about the llvm-commits mailing list