File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -4669,6 +4669,7 @@ def _SLASH_FI : CLJoinedOrSeparate<"FI">,
4669
4669
def _SLASH_Fe : CLJoined<"Fe">,
4670
4670
HelpText<"Set output executable file name">,
4671
4671
MetaVarName<"<file or dir/>">;
4672
+ def _SLASH_Fe_COLON : CLJoined<"Fe:">, Alias<_SLASH_Fe>;
4672
4673
def _SLASH_Fi : CLCompileJoined<"Fi">,
4673
4674
HelpText<"Set preprocess output file name (with /P)">,
4674
4675
MetaVarName<"<file>">;
Original file line number Diff line number Diff line change 99
99
// DEFAULTDLL: "-implib:cl-outputs.lib"
100
100
101
101
// RUN: %clang_cl /Fefoo -### -- %s 2>&1 | FileCheck -check-prefix=FeNOEXT %s
102
+ // RUN: %clang_cl /Fe:foo -### -- %s 2>&1 | FileCheck -check-prefix=FeNOEXT %s
102
103
// FeNOEXT: "-out:foo.exe"
103
104
104
105
// RUN: %clang_cl /Fe -### -- %s 2>&1 | FileCheck -check-prefix=FeEMPTY %s
111
112
// FeNOEXTDLL: "-implib:foo.lib"
112
113
113
114
// RUN: %clang_cl /Fefoo.ext -### -- %s 2>&1 | FileCheck -check-prefix=FeEXT %s
115
+ // RUN: %clang_cl /Fe:foo.ext -### -- %s 2>&1 | FileCheck -check-prefix=FeEXT %s
114
116
// FeEXT: "-out:foo.ext"
115
117
116
118
// RUN: %clang_cl /LD /Fefoo.ext -### -- %s 2>&1 | FileCheck -check-prefix=FeEXTDLL %s
You can’t perform that action at this time.
0 commit comments