Skip to content

Commit

Permalink
[gn build] bump fmsc-version to 1926
Browse files Browse the repository at this point in the history
This is needed to pick up the workaround in fb1aa28
when building with a modern MSVC (like LLVM now requires).
  • Loading branch information
nico committed Feb 22, 2022
1 parent 3cc15e2 commit 2df019a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/utils/gn/build/BUILD.gn
Expand Up @@ -283,7 +283,7 @@ config("compiler_defaults") {
"-Werror=date-time",
]
if (current_os == "win") {
cflags += [ "-fmsc-version=1920" ]
cflags += [ "-fmsc-version=1926" ]
if (use_lld) {
cflags += [ "/Brepro" ]
ldflags += [ "/Brepro" ]
Expand Down

0 comments on commit 2df019a

Please sign in to comment.