<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><br><blockquote type="cite"><pre style="white-space: pre-wrap; background-color: rgb(255, 255, 255);">Author: rafael
Date: Mon Jun 23 10:13:23 2014
New Revision: 211500

URL: <a href="http://llvm.org/viewvc/llvm-project?rev=211500&view=rev">http://llvm.org/viewvc/llvm-project?rev=211500&view=rev</a>
Log:
Stop producing func.eh symbols on Darwin.

According Nick Kledzik (<a href="http://llvm.org/bugs/show_bug.cgi?id=19430#c2">http://llvm.org/bugs/show_bug.cgi?id=19430#c2</a>):
"... mach-o no longer needs names in the __eh_frame section (and has not for
years)."

Iain Sandoe confirms it is also unnecessary for their old darwin support.

Removed:
    llvm/trunk/test/MC/MachO/eh-symbols.s
Modified:
    llvm/trunk/include/llvm/MC/MCObjectFileInfo.h
    llvm/trunk/lib/MC/MCDwarf.cpp
    llvm/trunk/lib/MC/MCObjectFileInfo.cpp
    llvm/trunk/test/MC/MachO/eh-frame-reloc.s

Modified: llvm/trunk/include/llvm/MC/MCObjectFileInfo.h</pre></blockquote><div><br></div></div></body></html>