Thread overview
[Issue 23839] Bogus unresolved ".eh" symbol error on macOS
Apr 17, 2023
RazvanN
Feb 23, 2024
Iain Buclaw
April 17, 2023
https://issues.dlang.org/show_bug.cgi?id=23839

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |backend, link-failure
                 CC|                            |razvan.nitu1305@gmail.com

--
February 23, 2024
https://issues.dlang.org/show_bug.cgi?id=23839

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |ibuclaw@gdcproject.org

--- Comment #1 from Iain Buclaw <ibuclaw@gdcproject.org> ---
Current version of ld now emits:
---
ld: invalid r_symbolnum=17 in 'lib.a[459](c_1c8_43d.o)'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Error: linker exited with status 1
---

Switching to ld_classic emits:
---
Undefined symbols for architecture x86_64:
  "_c.ImageBuffer.copySubImage.eh", referenced from:
      __D1c11ImageBuffer6__ctorMFZCQBaQBb in lib.a(c_1c8_43d.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Error: linker exited with status 1
---

--
December 13
https://issues.dlang.org/show_bug.cgi?id=23839

--- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/20260

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--