Skip to content

Commit 9d94a03

Browse files
committed
Modified at adding conditions cygwin, windows, coff
Added at OS Config Argment
1 parent 6d05020 commit 9d94a03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Basic/LangOptions.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ const std::vector<std::string> LangOptions::SupportedOSBuildConfigArguments = {
2929
"watchOS",
3030
"iOS",
3131
"Linux",
32-
"FreeBSD"
32+
"FreeBSD",
33+
"Windows"
3334
};
3435

3536
const std::vector<std::string> LangOptions::SupportedArchBuildConfigArguments = {

0 commit comments

Comments
 (0)