[llvm] [LLVM][PDB] Use IsUnsigned flag for APInt correctly (PR #131598)
Aleksandr Korepanov via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 18 03:29:55 PDT 2025
================
@@ -0,0 +1,56 @@
+//===- llvm/unittest/DebugInfo/PDB/PDBVariantTest.cpp ---------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include "gtest/gtest.h"
+
+#include "llvm/DebugInfo/PDB/PDBTypes.h"
+
+using namespace llvm;
+using namespace llvm::pdb;
+
----------------
AlexK0 wrote:
Fixed
https://github.com/llvm/llvm-project/pull/131598
More information about the llvm-commits
mailing list