[lld] [LLD] Fix crash on parsing ':ALIGN' in linker script (PR #146723)

via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 5 00:45:38 PDT 2025


================
@@ -1,7 +1,24 @@
 # REQUIRES: x86
+# RUN: rm -rf %t && split-file %s %t && cd %t
+
 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux /dev/null -o %t.o
----------------
parth-07 wrote:

Done.

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


More information about the llvm-commits mailing list