| commit | c371ff048df8731052976f4e628ed1861cf61cfd | [log] [tgz] |
|---|---|---|
| author | David Majnemer <david.majnemer@gmail.com> | Sun Mar 22 08:39:22 2015 +0000 |
| committer | David Majnemer <david.majnemer@gmail.com> | Sun Mar 22 08:39:22 2015 +0000 |
| tree | 0f88276ac2f3a25c058e0cdd0471c2a5ac6501fa | |
| parent | a3ea9a4e09ad7339022cff87fe90ed7f9e53f8e3 [diff] |
MS ABI: Implement driver-level support for thread-safe statics Decide whether or not to use thread-safe statics depending on whether or not we have an explicit request from the driver. If we don't have an explicit request, infer which behavior to use depending on the compatibility version we are targeting. N.B. CodeGen support is still ongoing. llvm-svn: 232906