[clang-cl] /Fe option with colon is not accepted #46065
Labels
bugzilla
Issues migrated from bugzilla
clang:driver
'clang' and 'clang++' user-facing binaries. Not 'clang-cl'
Extended Description
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
The text was updated successfully, but these errors were encountered: