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

            Bug ID: 42218
           Summary: subsystem and os version flags are not supported
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: Windows XP
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: COFF
          Assignee: unassignedb...@nondot.org
          Reporter: org...@gmail.com
                CC: llvm-bugs@lists.llvm.org

Qbs passes --major-subsystem-version, --minor-subsystem-version,
--major-os-version and --minor-os-version. None of them is supported in lld.

$ cat test.cpp
int main() { return 0; }

$ g++.exe -fuse-ld=lld
"-Wl,-m,i386pe,-subsystem,console,--major-subsystem-version,6,--minor-subsystem-version,00,--major-os-version,6,--minor-os-version,00"
test.cpp
lld: error: unknown argument: --major-subsystem-version
collect2.exe: error: ld returned 1 exit status

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to