[llvm-bugs] [Bug 25228] New: LLD -flavor link fails to handle multiple comma-separated options

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Oct 17 13:12:55 PDT 2015


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

            Bug ID: 25228
           Summary: LLD -flavor link fails to handle multiple
                    comma-separated options
           Product: lld
           Version: unspecified
          Hardware: PC
                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

Invoking LLD as `link.exe /opt:ref test.o` succeeds.

Invoking LLD as `link.exe /opt:icf test.o` succeeds.

Invoking LLD as `link.exe /opt:ref,icf test.o` fails with "/opt: unknown
option: ref,icf", yet MSVC's link.exe will accept this.

Built from https://llvm.org/svn/llvm-project/lld/trunk@250466, "ELF2: Use ELFT
to template OutputSections."

-- 
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/20151017/2d3affc4/attachment.html>


More information about the llvm-bugs mailing list