Skip to content

Commit 88749b1

Browse files
committed
---
yaml --- r: 345087 b: refs/heads/master c: 158f8c3 h: refs/heads/master i: 345085: bc40133 345083: bd0ea6b 345079: b81b73a 345071: 276a87a 345055: d7b2a02 345023: 2ba59f2 344959: 8f47399 344831: de08789 344575: 14c44e4 344063: 4710043
1 parent 9691325 commit 88749b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 732f1aadff98e6cd1ec088b2ef76082361c175ba
2+
refs/heads/master: 158f8c35e482e360fecb2672c1df0d86dfff30de
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/stdlib/public/stubs/GlobalObjects.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ namespace llvm { namespace hashing { namespace detail {
142142
// hidden visibility, making this all internal to the dynamic library.
143143
// Systems that statically link the Swift runtime into applications (e.g. on
144144
// 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;
146146
} // namespace detail
147147
} // namespace hashing
148148
} // namespace llvm

0 commit comments

Comments
 (0)