[llvm] 85f2ae5 - Be more flexible on the storage type allowed for llvm::Any::TypeId::Id
via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 16 02:02:04 PDT 2021
Author: serge-sans-paille
Date: 2021-09-16T11:01:53+02:00
New Revision: 85f2ae57f713cec55f26b40efb82c4ee8845c27a
URL: https://github.com/llvm/llvm-project/commit/85f2ae57f713cec55f26b40efb82c4ee8845c27a
DIFF: https://github.com/llvm/llvm-project/commit/85f2ae57f713cec55f26b40efb82c4ee8845c27a.diff
LOG: Be more flexible on the storage type allowed for llvm::Any::TypeId::Id
This is a follow-up to 2c42a73d6c39af3833e697c0b306cb8cf8de5143.
Added:
Modified:
llvm/test/tools/llvm-shlib/typeids.test
Removed:
################################################################################
diff --git a/llvm/test/tools/llvm-shlib/typeids.test b/llvm/test/tools/llvm-shlib/typeids.test
index 158abc8407de9..fc467f0c1f722 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
More information about the llvm-commits
mailing list