File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
trunk/stdlib/public/stubs Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 732f1aadff98e6cd1ec088b2ef76082361c175ba
2
+ refs/heads/master: 158f8c35e482e360fecb2672c1df0d86dfff30de
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ namespace llvm { namespace hashing { namespace detail {
142
142
// hidden visibility, making this all internal to the dynamic library.
143
143
// Systems that statically link the Swift runtime into applications (e.g. on
144
144
// Linux) need this to handle the case when the app already uses LLVM.
145
- size_t LLVM_ATTRIBUTE_WEAK fixed_seed_override = 0 ;
145
+ uint64_t LLVM_ATTRIBUTE_WEAK fixed_seed_override = 0 ;
146
146
} // namespace detail
147
147
} // namespace hashing
148
148
} // namespace llvm
You can’t perform that action at this time.
0 commit comments