[llvm] [LLVM][PDB][Test] Fix the build (PR #131984)

Aleksandr Korepanov via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 19 01:41:42 PDT 2025


https://github.com/AlexK0 created https://github.com/llvm/llvm-project/pull/131984

Hello! Sorry, it seems I broke the build in https://github.com/llvm/llvm-project/pull/131598
Build:
https://lab.llvm.org/buildbot/#/builders/145/builds/5745

This is a compilation fix, please take a look.

>From 484f258720909f24046af54ada31a8b9b1271116 Mon Sep 17 00:00:00 2001
From: Aleksandr Korepanov <alexander.korepanov at jetbrains.com>
Date: Wed, 19 Mar 2025 09:36:59 +0100
Subject: [PATCH] [LLVM][PDB][Test] Fix build

Fix build after 127eb39a8ca9625c2ff078bcb05d2a53ee995423
---
 llvm/unittests/DebugInfo/PDB/PDBVariantTest.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/unittests/DebugInfo/PDB/PDBVariantTest.cpp b/llvm/unittests/DebugInfo/PDB/PDBVariantTest.cpp
index 5dff893e7f13d..3da3b86eba461 100644
--- a/llvm/unittests/DebugInfo/PDB/PDBVariantTest.cpp
+++ b/llvm/unittests/DebugInfo/PDB/PDBVariantTest.cpp
@@ -37,7 +37,7 @@ using TestTypes = testing::Types<bool, int8_t, uint8_t, int16_t, uint16_t,
 
 } // namespace
 
-TYPED_TEST_SUITE(PDBVariantIntegerTest, TestTypes);
+TYPED_TEST_SUITE(PDBVariantIntegerTest, TestTypes, );
 
 TYPED_TEST(PDBVariantIntegerTest, ToAPSInt) {
   for (TypeParam IntegerValue : this->getTestIntegers()) {



More information about the llvm-commits mailing list