Update Solution.pm for new LoongArch CRC symbol
authorJohn Naylor <john.naylor@postgresql.org>
Thu, 10 Aug 2023 11:37:46 +0000 (18:37 +0700)
committerJohn Naylor <john.naylor@postgresql.org>
Thu, 10 Aug 2023 11:37:46 +0000 (18:37 +0700)
Oversight in 4d14ccd6a, per report from Amit Kapila
and Michael Paquier.

Discussion: https://postgr.es/m/CAA4eK1LsV3KuyUt8tzZDjPcUds1XfVVeW3Wpeju_59DtRV0%3DxQ%40mail.gmail.com

src/tools/msvc/Solution.pm

index 1cbc857e352d8c884e2e8206290d5a9bcae78eaf..c98a1e9f9aadf0d77f09a2a628af690c4c61f08d 100644 (file)
@@ -432,6 +432,7 @@ sub GenerateFiles
        USE_LZ4 => undef,
        USE_LDAP => $self->{options}->{ldap} ? 1 : undef,
        USE_LLVM => undef,
+       USE_LOONGARCH_CRC32C => undef,
        USE_NAMED_POSIX_SEMAPHORES => undef,
        USE_OPENSSL => undef,
        USE_PAM => undef,