Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C linkage.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175264 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Benjamin Kramer
2013-02-15 12:30:38 +00:00
parent 1e8839302b
commit 74b3c8da48
7 changed files with 11 additions and 11 deletions

View File

@ -46,7 +46,7 @@ protected:
uint64_t Length;
};
namespace {
/// \brief DWARF Common Information Entry (CIE)
class CIE : public FrameEntry {
public:
@ -128,6 +128,7 @@ private:
uint64_t AddressRange;
CIE *LinkedCIE;
};
} // end anonymous namespace
DWARFDebugFrame::DWARFDebugFrame() {