[llvm-bugs] [Bug 26150] New: [ELF] unknown argument -Bsymbolic-functions

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Jan 14 15:20:25 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=26150

            Bug ID: 26150
           Summary: [ELF] unknown argument -Bsymbolic-functions
           Product: lld
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: alexchandel at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

lld fails to recognize the `-Bsymbolic-functions` flag in the GNU flavor.

>From the GNU ld manual:
```
-Bsymbolic-functions
  When creating a shared library, bind references to global function symbols 
  to the definition within the shared library, if any.  

  This option is only meaningful on ELF platforms which support shared
libraries.
```

-- 
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/20160114/d3a71a32/attachment.html>


More information about the llvm-bugs mailing list