[llvm-bugs] [Bug 46720] New: [clang-cl] /Fe option with colon is not accepted
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Jul 15 01:03:10 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=46720
Bug ID: 46720
Summary: [clang-cl] /Fe option with colon is not accepted
Product: clang
Version: 10.0
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: Driver
Assignee: unassignedclangbugs at nondot.org
Reporter: andrey.vihrov at gmail.com
CC: llvm-bugs at lists.llvm.org, neeilans at live.com,
richard-llvm at metafoo.co.uk
According to [1], `/Fe` option has two forms - it can be used with `:` as a
separator.
Currently `clang-cl.exe` supports only `/Fe` (without `:`)
Steps to reproduce:
clang-cl.exe "/Fe:out2.exe" test.cpp
Does not produce `out2.exe` (produces no executable at all)
Whereas
clang-cl.exe "/Feout.exe" test.cpp
works fine.
[1] https://docs.microsoft.com/en-us/cpp/build/reference/fe-name-exe-file
--
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/20200715/4eda34e9/attachment.html>
More information about the llvm-bugs
mailing list