[Patch] Removing static initializers from TimeValue

Chris Bieneman beanz at apple.com
Thu Aug 28 17:03:23 PDT 2014


I'm not really partial either way. I could put LLVM_CONSTEXPR on the methods which would give the best of both worlds.

-Chris

On Aug 28, 2014, at 4:51 PM, Chandler Carruth <chandlerc at google.com> wrote:

> 
> On Thu, Aug 28, 2014 at 4:49 PM, Chris Bieneman <beanz at apple.com> wrote:
> constexpr isn't supported by MSVC until 2013's CTP.
> 
> But we could live with the static initializers when built with 2012 maybe? (I don't know, just wondering.)
> 
> If not, we need to do this anyways because 2013's constexpr is unusably broken. =/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140828/47bb2df6/attachment.html>


More information about the llvm-commits mailing list