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

            Bug ID: 52236
           Summary: Missing MSVC compiler flaga
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
          Assignee: unassignedclangb...@nondot.org
          Reporter: lollol22...@gmail.com
                CC: llvm-bugs@lists.llvm.org, neeil...@live.com,
                    richard-l...@metafoo.co.uk

clang-cl is currently missing the following compiler flags that are available
in MSVC:

/Zf - A fairly new and recent flag added to MSVC in a Visual Studio 2019
update, when set, this preps PDB generation for compilation with /MP. I believe
this does it without forcing serialization.

/LD[d] - This flag is just an alias for /MD[d] for compilation and /DLL for the
linker. /M[TD][d] overrides the /MD[d] set by this flag.

-- 
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