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

llvm-svn: 175264
This commit is contained in:
Benjamin Kramer
2013-02-15 12:30:38 +00:00
parent fd61b6f0c8
commit 6ecb1e78a9
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() {