[LLVMbugs] [Bug 20212] -mmacosx-version-min=10.5 causes a linker error with latest clang/llvm from trunk

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jul 22 08:56:11 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=20212

Tim Northover <t.p.northover at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Tim Northover <t.p.northover at gmail.com> ---
I've just committed r213665 that should fix this.

It makes us emit __eh_frame sections without relocations even on older OS X
versions. Apparently any ld64 after version 97.17 (Xcode 3.2.6) should be able
to cope, but before that a newer version would have to be installed manually.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140722/91ce8d69/attachment.html>


More information about the llvm-bugs mailing list