[lld] [LLD]lld incorrectly handles .eh_frame when it has a non-zero offset within its output section. (PR #65966)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 30 10:13:39 PDT 2023


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

`// RUN: rm -rf %t && split-file %s %t && cd %t` then you can omit `%t/` below.

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


More information about the llvm-commits mailing list