Skip to content

Commit a21b01d

Browse files
committed
Show what happens when ids check workflow fails
1 parent fa63258 commit a21b01d

File tree

1 file changed

+1
-1
lines changed
  • llvm/include/llvm/ADT

1 file changed

+1
-1
lines changed

llvm/include/llvm/ADT/Any.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
namespace llvm {
2727

28-
class LLVM_ABI Any {
28+
class Any {
2929

3030
// The `Typeid<T>::Id` static data member below is a globally unique
3131
// identifier for the type `T`. It is explicitly marked with default

0 commit comments

Comments
 (0)