Chris Bieneman
|
5e7f44c25e
|
Cleaning up static initializers in TimeValue.
Code reviewed by Chandlerc
llvm-svn: 216703
|
2014-08-29 01:05:12 +00:00 |
Alp Toker
|
cf21875d41
|
Fix 'platform-specific' hyphenations
llvm-svn: 212056
|
2014-06-30 18:57:16 +00:00 |
Alexey Samsonov
|
f940f0c417
|
Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is explicitly called during module initialization of lib/Support/Process.cpp. It reads the field of global object PosixZeroTime, which is not guaranteed to be initialized at this point. Found by AddressSanitizer with -fsanitize=init-order option.
llvm-svn: 175509
|
2013-02-19 11:35:39 +00:00 |
Michael J. Spencer
|
447762da85
|
Merge System into Support.
llvm-svn: 120298
|
2010-11-29 18:16:10 +00:00 |