[llvm-bugs] [Bug 52236] New: Missing MSVC compiler flaga
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Oct 20 09:33:32 PDT 2021
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: unassignedclangbugs at nondot.org
Reporter: lollol222gg at gmail.com
CC: llvm-bugs at lists.llvm.org, neeilans at live.com,
richard-llvm at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20211020/f36a7411/attachment.html>
More information about the llvm-bugs
mailing list