Displaying 1 result from an estimated 1 matches for "tmp_exe".
2017 Mar 22
2
LLD/Mach-O - how to work around this bug?
...elopment, but
there must be some way to work around this bug. Does anyone have a clue?
This trivial IR file gives "dyld: lazy symbol binding failed: bad lazy bind
info" at runtime when linked with:
lld -flavor darwin -demangle -dynamic -arch x86_64 -macosx_version_min
10.10.0 -pie -o ./tmp_exe ./tmp_exe.o -lSystem
When linking with the system linker instead, with the same arguments, it
works fine. IR file:
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-apple-darwin-unknown"
@0 = internal unnamed_addr constant [9 x i8] c"0:...