]> granicus.if.org Git - llvm/commit
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)
commitab3320388a63df502c04b9e4015c268945fee2e7
treefc439e3c7198f83ecab6a2590ba5c44f33e1a25f
parentb8abe69f7d25f43967bf095aae92a8158708d4f7
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366496 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Object/MachOObjectFile.cpp