From 85f2ae57f713cec55f26b40efb82c4ee8845c27a Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Thu, 16 Sep 2021 10:59:58 +0200 Subject: [PATCH] Be more flexible on the storage type allowed for llvm::Any::TypeId::Id This is a follow-up to 2c42a73d6c39af3833e697c0b306cb8cf8de5143. --- llvm/test/tools/llvm-shlib/typeids.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/test/tools/llvm-shlib/typeids.test b/llvm/test/tools/llvm-shlib/typeids.test index 158abc8..fc467f0 100644 --- a/llvm/test/tools/llvm-shlib/typeids.test +++ b/llvm/test/tools/llvm-shlib/typeids.test @@ -10,5 +10,5 @@ # RUN: llvm-nm -C %llvmdylib | FileCheck %s # RUN: llvm-nm -C %llvmdylib | FileCheck %s --check-prefix=SAFETY-CHECK -# CHECK-NOT: {{[^V]}} llvm::Any::TypeId -# SAFETY-CHECK: V llvm::Any::TypeId +# CHECK-NOT: {{[^uvV]}} llvm::Any::TypeId +# SAFETY-CHECK: {{[uvV]}} llvm::Any::TypeId -- 2.7.4