[llvm-bugs] [Bug 32672] (Visual Studio) Unknown arguments misrecognized as input files

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Jan 24 07:19:26 PST 2018


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

Hans Wennborg <hans at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
                 CC|                            |hans at chromium.org

--- Comment #6 from Hans Wennborg <hans at chromium.org> ---
(In reply to Reupen Shah from comment #5)
> /permissive- is now the default for new projects in Visual Studio 2017, so
> this is quite a big problem for that specific flag.
> 
> I verified that this bug still applies for /permissive- as of LLVM revision
> 322435.

It's easy to teach clang-cl (and I assume lld too) to parse unknown flags. I've
added /permissive- and the /Bt flags to clang-cl in r323330. Please let me know
if there are more.

-- 
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/20180124/8e2c4349/attachment-0001.html>


More information about the llvm-bugs mailing list