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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to