Remove the static initialize introduced in r365099
authorSteven Wu <stevenwu@apple.com>
Thu, 18 Jul 2019 21:01:21 +0000 (21:01 +0000)
committerSteven Wu <stevenwu@apple.com>
Thu, 18 Jul 2019 21:01:21 +0000 (21:01 +0000)
commitdac7fca530f7fed83db6a48c77b98fa82620e3a8
tree1d0edf4ac2e8523d6cc8981c356bf641f490b3c2
parent79976b3790014ccda1876ecf643d297452ede3ac
Remove the static initialize introduced in r365099

Summary:
Some polish for r365099 which adds a static initializer to
MachOObjectFile. Remove it by moving it to file scope.

Reviewers: smeenai, alexshap, compnerd, mtrent, anushabasana

Reviewed By: smeenai

Subscribers: hiraditya, jkorous, dexonsmith, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D64873

llvm-svn: 366496
llvm/lib/Object/MachOObjectFile.cpp