Skip to content

Commit 2df019a

Browse files
committed
[gn build] bump fmsc-version to 1926
This is needed to pick up the workaround in fb1aa28 when building with a modern MSVC (like LLVM now requires).
1 parent 3cc15e2 commit 2df019a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/gn/build/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ config("compiler_defaults") {
283283
"-Werror=date-time",
284284
]
285285
if (current_os == "win") {
286-
cflags += [ "-fmsc-version=1920" ]
286+
cflags += [ "-fmsc-version=1926" ]
287287
if (use_lld) {
288288
cflags += [ "/Brepro" ]
289289
ldflags += [ "/Brepro" ]

0 commit comments

Comments
 (0)