Skip to content

Commit 85f2ae5

Browse files
author
serge-sans-paille
committed
Be more flexible on the storage type allowed for llvm::Any::TypeId::Id
This is a follow-up to 2c42a73.
1 parent d2e66d7 commit 85f2ae5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/tools/llvm-shlib/typeids.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
# RUN: llvm-nm -C %llvmdylib | FileCheck %s
1111
# RUN: llvm-nm -C %llvmdylib | FileCheck %s --check-prefix=SAFETY-CHECK
1212

13-
# CHECK-NOT: {{[^V]}} llvm::Any::TypeId
14-
# SAFETY-CHECK: V llvm::Any::TypeId
13+
# CHECK-NOT: {{[^uvV]}} llvm::Any::TypeId
14+
# SAFETY-CHECK: {{[uvV]}} llvm::Any::TypeId

0 commit comments

Comments
 (0)