Get rid of a global constructor and also make this code safe to use after the global...
authorGreg Clayton <gclayton@apple.com>
Thu, 24 Mar 2016 21:49:22 +0000 (21:49 +0000)
committerGreg Clayton <gclayton@apple.com>
Thu, 24 Mar 2016 21:49:22 +0000 (21:49 +0000)
commit1cf2aa8257c6788d5733fed7103cf015cabdadc7
treeb641d6f345cef482e0a20c6ceddfba74fb9bfe56
parent1e05c3bc28258afdbf3a9d7c4ba24e2dbc00034c
Get rid of a global constructor and also make this code safe to use after the global destructor chain has been run on the main thread.

llvm-svn: 264348
lldb/source/Commands/CommandObjectPlatform.cpp