[libcxx-commits] [libcxxabi] [libcxxabi] Remove reference to Type::getInt8PtrTy; NFC (PR #71569)

Paulo Matos via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 7 10:27:37 PST 2023


https://github.com/pmatos created https://github.com/llvm/llvm-project/pull/71569

This function was removed as part of 7b9d73c2f90c0ed8497339a16fc39785349d9610 .

>From 3e56883c43f7ce47d443319fd82dbdeaeaaac9c3 Mon Sep 17 00:00:00 2001
From: Paulo Matos <pmatos at igalia.com>
Date: Tue, 7 Nov 2023 19:26:22 +0100
Subject: [PATCH] [libcxxabi] Remove reference to Type::getInt8PtrTy; NFC

This function was removed as part of 7b9d73c2f90c0ed8497339a16fc39785349d9610 .
---
 libcxxabi/test/test_demangle.pass.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libcxxabi/test/test_demangle.pass.cpp b/libcxxabi/test/test_demangle.pass.cpp
index 77741a952850ab9..d8de4b28a122a76 100644
--- a/libcxxabi/test/test_demangle.pass.cpp
+++ b/libcxxabi/test/test_demangle.pass.cpp
@@ -22530,7 +22530,6 @@ const char* cases[][2] =
     {"_ZN4llvm4Type15getX86_MMXPtrTyERNS_11LLVMContextEj", "llvm::Type::getX86_MMXPtrTy(llvm::LLVMContext&, unsigned int)"},
     {"_ZN4llvm4Type12getIntNPtrTyERNS_11LLVMContextEjj", "llvm::Type::getIntNPtrTy(llvm::LLVMContext&, unsigned int, unsigned int)"},
     {"_ZN4llvm4Type12getInt1PtrTyERNS_11LLVMContextEj", "llvm::Type::getInt1PtrTy(llvm::LLVMContext&, unsigned int)"},
-    {"_ZN4llvm4Type12getInt8PtrTyERNS_11LLVMContextEj", "llvm::Type::getInt8PtrTy(llvm::LLVMContext&, unsigned int)"},
     {"_ZN4llvm4Type13getInt16PtrTyERNS_11LLVMContextEj", "llvm::Type::getInt16PtrTy(llvm::LLVMContext&, unsigned int)"},
     {"_ZN4llvm4Type13getInt32PtrTyERNS_11LLVMContextEj", "llvm::Type::getInt32PtrTy(llvm::LLVMContext&, unsigned int)"},
     {"_ZN4llvm4Type13getInt64PtrTyERNS_11LLVMContextEj", "llvm::Type::getInt64PtrTy(llvm::LLVMContext&, unsigned int)"},



More information about the libcxx-commits mailing list