Get rid of a global constructor that was causing a warning on MacOSX and make the...
authorGreg Clayton <gclayton@apple.com>
Thu, 24 Mar 2016 21:46:47 +0000 (21:46 +0000)
committerGreg Clayton <gclayton@apple.com>
Thu, 24 Mar 2016 21:46:47 +0000 (21:46 +0000)
commit8e1232af42901b33ce9c54987cd9d86f1bdfb1b9
tree7d684e0ec36c90648ec8d0f1db0dafed948a1c8d
parentae81c293521887284aca35059070bc688bcae771
Get rid of a global constructor that was causing a warning on MacOSX and make the Timer safe to use after the main threads global destructor chain is called.

llvm-svn: 264346
lldb/include/lldb/Core/Timer.h
lldb/source/Core/Timer.cpp