[llvm-bugs] [Bug 33889] New: --symbol-ordering-file doesn't work with linker scripts

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Jul 21 18:50:50 PDT 2017


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

            Bug ID: 33889
           Summary: --symbol-ordering-file doesn't work with linker
                    scripts
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: ELF
          Assignee: unassignedbugs at nondot.org
          Reporter: rafael.espindola at gmail.com
                CC: llvm-bugs at lists.llvm.org

In a linker script with

  .text : { *(.text) }

There is no explicit requirement on the relative order of .text.foo and
.text.bar. It should be possible to control that with --symbol-ordering-file.

-- 
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/20170722/456799e3/attachment.html>


More information about the llvm-bugs mailing list