We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4adf5f0 + 8670d66 commit 71f2671Copy full SHA for 71f2671
stdlib/public/stubs/GlobalObjects.cpp
@@ -142,7 +142,7 @@ namespace llvm { namespace hashing { namespace detail {
142
// hidden visibility, making this all internal to the dynamic library.
143
// Systems that statically link the Swift runtime into applications (e.g. on
144
// Linux) need this to handle the case when the app already uses LLVM.
145
- size_t LLVM_ATTRIBUTE_WEAK fixed_seed_override = 0;
+ uint64_t LLVM_ATTRIBUTE_WEAK fixed_seed_override = 0;
146
} // namespace detail
147
} // namespace hashing
148
} // namespace llvm
0 commit comments